Ignore:
Timestamp:
Jan 30, 2004, 11:22:02 PM (22 years ago)
Author:
bird
Message:

#682: Drag & Drop fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winuser32.h

    r10136 r10435  
    5050void WIN32API SetWindowAppearance(int fOS2Looks);
    5151
    52 BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName, 
     52BOOL WIN32API OSLibWinCreateObject(LPSTR pszPath, LPSTR pszArgs, LPSTR pszWorkDir, LPSTR pszName,
    5353                                   LPSTR pszDescription, LPSTR pszIcoPath, INT iIcoNdx, BOOL fDesktop);
    5454
     
    7777//PostThreadMessage is done through Open32; which means the message id will be translated
    7878//(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
    8183
    8284//PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay
Note: See TracChangeset for help on using the changeset viewer.