Commit c94e7645 authored by Alexandre Julliard's avatar Alexandre Julliard

version: Don't include winbase16.h.

parent ed4846be
......@@ -39,10 +39,25 @@
#include "winver.h"
#include "wine/unicode.h"
#include "wine/winbase16.h"
#include "wine/debug.h"
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;
WINE_DEFAULT_DEBUG_CHANNEL(ver);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment