Alexandre Julliard : version: Don't include winbase16.h.

Alexandre Julliard julliard at winehq.org
Thu May 27 10:46:42 CDT 2010


Module: wine
Branch: master
Commit: c94e7645a48f6639d94f9a8db18772b3e5426195
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c94e7645a48f6639d94f9a8db18772b3e5426195

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu May 27 17:04:12 2010 +0200

version: Don't include winbase16.h.

---

 dlls/version/resource.c |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dlls/version/resource.c b/dlls/version/resource.c
index e27a967..64d39dd 100644
--- a/dlls/version/resource.c
+++ b/dlls/version/resource.c
@@ -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);
 
 




More information about the wine-cvs mailing list