mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
delete obsolete diff
svn path=/trunk/; revision=42494
This commit is contained in:
parent
f2475c62a6
commit
ac25f23e18
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
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);
|
||||
|
Loading…
Reference in a new issue