mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
commented out the GUID definition since it's already defined elsewhere
svn path=/trunk/; revision=6813
This commit is contained in:
parent
b63bf89d46
commit
4dac7c9df2
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
typedef long RPC_STATUS;
|
||||
|
||||
typedef void* I_RPC_HANDLE;
|
||||
|
||||
/*
|
||||
#ifndef _GUID_DEFINED
|
||||
#define _GUID_DEFINED
|
||||
typedef struct _GUID
|
||||
|
@ -28,7 +28,7 @@ typedef struct _GUID
|
|||
BYTE Data4[8];
|
||||
} GUID;
|
||||
#endif
|
||||
|
||||
*/
|
||||
#ifndef UUID_DEFINED
|
||||
#define UUID_DEFINED
|
||||
typedef GUID UUID;
|
||||
|
|
Loading…
Reference in a new issue