Ignore:
Timestamp:
Jul 5, 2002, 4:46:58 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r8551 r8833  
    19711971#define DROPEFFECT_SCROLL_W             0x80000000
    19721972
     1973#define MB_OK_W                   0x00000000
     1974#define MB_OKCANCEL_W             0x00000001
     1975#define MB_ABORTRETRYIGNORE_W     0x00000002
     1976#define MB_YESNOCANCEL_W          0x00000003
     1977#define MB_YESNO_W                0x00000004
     1978#define MB_RETRYCANCEL_W          0x00000005
     1979#define MB_TYPEMASK_W             0x0000000F
     1980
     1981#define MB_ICONHAND_W             0x00000010
     1982#define MB_ICONQUESTION_W         0x00000020
     1983#define MB_ICONEXCLAMATION_W      0x00000030
     1984#define MB_ICONASTERISK_W         0x00000040
     1985#define MB_USERICON_W             0x00000080
     1986#define MB_ICONMASK_W             0x000000F0
     1987
     1988#define MB_ICONINFORMATION_W      MB_ICONASTERISK
     1989#define MB_ICONSTOP_W             MB_ICONHAND
     1990#define MB_ICONWARNING_W          MB_ICONEXCLAMATION
     1991#define MB_ICONERROR_W            MB_ICONHAND
     1992
     1993/* Standard dialog button IDs */
     1994#define IDOK_W                1
     1995#define IDCANCEL_W            2
     1996#define IDABORT_W             3
     1997#define IDRETRY_W             4
     1998#define IDIGNORE_W            5
     1999#define IDYES_W               6
     2000#define IDNO_W                7
     2001#define IDCLOSE_W             8
     2002#define IDHELP_W              9
     2003
    19732004#endif //__WINCONST_H__
Note: See TracChangeset for help on using the changeset viewer.