Searched refs:existing_flags (Results 1 – 2 of 2) sorted by relevance
174 UINT existing_flags = SetErrorMode(new_flags); in SuppressErrorDialogs() local175 SetErrorMode(existing_flags | new_flags); in SuppressErrorDialogs()
119 UINT existing_flags = SetErrorMode(new_flags); in SuppressDialogs() local120 SetErrorMode(existing_flags | new_flags); in SuppressDialogs()