VirtualBox

Changeset 3122 in kBuild for trunk/src


Ignore:
Timestamp:
Nov 5, 2017 11:33:40 AM (8 years ago)
Author:
bird
Message:

kmk/main.c: GetErrorMode was missing in windows 2000 thru w2k3, so use SetErrorMode(0) instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/main.c

    r3114 r3122  
    14181418     under cygwin.  To void popups, set WER registry value DontShowUI to 1. */
    14191419  if (getenv("KMK_NO_SET_ERROR_MODE") == NULL)
    1420     SetErrorMode(GetErrorMode() & ~SEM_NOGPFAULTERRORBOX);
     1420    SetErrorMode(SetErrorMode(0) & ~SEM_NOGPFAULTERRORBOX);
    14211421# endif
    14221422
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette