projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed GUID_DEFINED to _GUID_DEFINED for compatibility (prevent conflict) with mingw...
[reactos.git]
/
reactos
/
include
/
ddk
/
pnptypes.h
diff --git
a/reactos/include/ddk/pnptypes.h
b/reactos/include/ddk/pnptypes.h
index
61529f4
..
2ba5453
100644
(file)
--- a/
reactos/include/ddk/pnptypes.h
+++ b/
reactos/include/ddk/pnptypes.h
@@
-5,8
+5,8
@@
struct _DEVICE_OBJECT;
struct _FILE_OBJECT;
// windows.h may be included before
-#ifndef GUID_DEFINED
-#define GUID_DEFINED
+#ifndef
_
GUID_DEFINED
+#define
_
GUID_DEFINED
typedef struct _GUID {
ULONG Data1;