Changeset 10435 for trunk/include/winuser32.h
- Timestamp:
- Jan 30, 2004, 11:22:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winuser32.h
r10136 r10435 50 50 void WIN32API SetWindowAppearance(int fOS2Looks); 51 51 52 BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName, 52 BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName, 53 53 LPSTR pszDescription, LPSTR pszIcoPath, INT iIcoNdx, BOOL fDesktop); 54 54 … … 77 77 //PostThreadMessage is done through Open32; which means the message id will be translated 78 78 //(0xc00 added) 79 #define OPEN32_MSGDIFF 0xC00 80 #define WIN32APP_POSTMSG (0x1000+OPEN32_MSGDIFF) 79 #define OPEN32_MSGDIFF 0xC00 80 #define WIN32APP_POSTMSG (0x1000+OPEN32_MSGDIFF) 81 #define WIN32APP_FORWARDEDPOSTMSG (0x1001+OPEN32_MSGDIFF) 82 #define WIN32APP_FORWARDEDPOSTMSG_MAGIC 0x12345677 81 83 82 84 //PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay
Note:
See TracChangeset
for help on using the changeset viewer.