user32: Don't include winbase16.h.
This commit is contained in:
parent
122bfcc185
commit
ed4846bed9
@ -37,7 +37,7 @@
|
|||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wine/winbase16.h"
|
#include "winnls.h"
|
||||||
#include "user_private.h"
|
#include "user_private.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
@ -65,6 +65,26 @@ typedef struct
|
|||||||
icoICONDIRENTRY idEntries[1]; /* An entry for each image (idCount of 'em) */
|
icoICONDIRENTRY idEntries[1]; /* An entry for each image (idCount of 'em) */
|
||||||
} icoICONDIR, *LPicoICONDIR;
|
} icoICONDIR, *LPicoICONDIR;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
WORD offset;
|
||||||
|
WORD length;
|
||||||
|
WORD flags;
|
||||||
|
WORD id;
|
||||||
|
WORD handle;
|
||||||
|
WORD usage;
|
||||||
|
} NE_NAMEINFO;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
WORD type_id;
|
||||||
|
WORD count;
|
||||||
|
DWORD resloader;
|
||||||
|
} NE_TYPEINFO;
|
||||||
|
|
||||||
|
#define NE_RSCTYPE_ICON 0x8003
|
||||||
|
#define NE_RSCTYPE_GROUP_ICON 0x800e
|
||||||
|
|
||||||
#include "poppack.h"
|
#include "poppack.h"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user