Changeset 7061 for trunk/include/winuser32.h
- Timestamp:
- Oct 15, 2001, 7:04:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winuser32.h
r6904 r7061 44 44 45 45 #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 49 void WIN32API SetWindowAppearance(int fOS2Looks); 48 50 49 51 BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName,
Note:
See TracChangeset
for help on using the changeset viewer.