user32: Don't include winbase16.h.

This commit is contained in:
Alexandre Julliard 2010-05-27 17:04:08 +02:00
parent 122bfcc185
commit ed4846bed9
1 changed files with 21 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winbase16.h"
#include "winnls.h"
#include "user_private.h"
#include "wine/debug.h"
@ -65,6 +65,26 @@ typedef struct
icoICONDIRENTRY idEntries[1]; /* An entry for each image (idCount of 'em) */
} 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"
#if 0