Changeset 7061 for trunk/include


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

custom build updates

Location:
trunk/include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/initdll.h

    r6855 r7061  
    8484ULONG APIENTRY inittermQuartz(ULONG hModule, ULONG ulFlag);
    8585ULONG APIENTRY inittermRiched32(ULONG hModule, ULONG ulFlag);
     86ULONG APIENTRY inittermWnaspi32(ULONG hModule, ULONG ulFlag);
     87
    8688ULONG APIENTRY InitializeKernel32();
    8789
  • 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.