Home | History | Annotate | Download | only in src

Lines Matching refs:new_flags

1604   UINT new_flags =
1606 UINT existing_flags = SetErrorMode(new_flags);
1607 SetErrorMode(existing_flags | new_flags);