Changeset 7204 for trunk/include


Ignore:
Timestamp:
Oct 25, 2001, 3:20:08 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r7194 r7204  
    174174UINT    WIN32API GetDoubleClickTime(void);
    175175
     176UINT      WINAPI SetErrorMode(UINT);
     177
    176178#endif
  • trunk/include/winconst.h

    r7194 r7204  
    18701870#define SM_CMETRICS_W           83
    18711871
     1872#define SEM_FAILCRITICALERRORS_W      0x0001
     1873#define SEM_NOGPFAULTERRORBOX_W       0x0002
     1874#define SEM_NOALIGNMENTFAULTEXCEPT_W  0x0004
     1875#define SEM_NOOPENFILEERRORBOX_W      0x8000
     1876
    18721877#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.