Ignore:
Timestamp:
Oct 15, 2001, 7:04:47 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winuser32.h

    r6904 r7061  
    4444
    4545#define WIN32_APPEARANCE        0
    46 #define OS2_APPEARANCE          1
    47 void WIN32API SetWindowAppearance(BOOL fOS2Looks);
     46#define OS2_APPEARANCE          1  //OS/2 look with win32 system menu
     47#define OS2_APPEARANCE_SYSMENU  2  //OS/2 look with native system menu
     48
     49void WIN32API SetWindowAppearance(int fOS2Looks);
    4850
    4951BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName,
Note: See TracChangeset for help on using the changeset viewer.