Ignore:
Timestamp:
Jul 2, 2009, 12:20:20 PM (16 years ago)
Author:
vladest
Message:

updating includes according to Flash10 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r21301 r21314  
    32973297
    32983298#define DEVICE_NOTIFY_WINDOW_HANDLE     0x00000000
     3299
     3300/* used for GetWindowInfo() */
     3301
     3302#define WS_ACTIVECAPTION    0x0001
     3303
     3304typedef struct tagWINDOWINFO {
     3305    DWORD cbSize;
     3306    RECT  rcWindow;
     3307    RECT  rcClient;
     3308    DWORD dwStyle;
     3309    DWORD dwExStyle;
     3310    DWORD dwWindowStatus;
     3311    UINT  cxWindowBorders;
     3312    UINT  cyWindowBorders;
     3313    ATOM  atomWindowType;
     3314    WORD  wCreatorVersion;
     3315} WINDOWINFO, *PWINDOWINFO, *LPWINDOWINFO;
     3316
    32993317
    33003318#include "poppack.h"
Note: See TracChangeset for help on using the changeset viewer.