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