reactos/dll/win32/rsaenh/rsaenh_ros.diff
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

30 lines
753 B
Diff

Index: handle.h
===================================================================
--- handle.h (revision 30501)
+++ handle.h (working copy)
@@ -48,6 +48,10 @@
unsigned int iNextFree;
} HANDLETABLEENTRY;
+/* Prevent conflict with wingdi.h */
+#define tagHANDLETABLE tagHANDLETABLE_RSA
+#define HANDLETABLE HANDLETABLE_RSA
+
typedef struct tagHANDLETABLE
{
unsigned int iEntries;
Index: rsaenh.c
===================================================================
--- rsaenh.c (revision 30501)
+++ rsaenh.c (working copy)
@@ -34,9 +34,9 @@
#include "winbase.h"
#include "winreg.h"
#include "wincrypt.h"
+#include "objbase.h"
#include "handle.h"
#include "implglue.h"
-#include "objbase.h"
WINE_DEFAULT_DEBUG_CHANNEL(crypt);