win32: UUID typedef added
This commit is contained in:
@ -13,6 +13,11 @@ typedef struct _GUID {
|
|||||||
} GUID;
|
} GUID;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef UUID_DEFINED
|
||||||
|
#define UUID_DEFINED
|
||||||
|
typedef GUID UUID;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef FAR
|
#ifndef FAR
|
||||||
#define FAR
|
#define FAR
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user