win32: UUID typedef added

This commit is contained in:
seyko 2015-09-25 03:42:44 +03:00
parent 8077f0acc7
commit 00ba4b7625

View File

@ -13,6 +13,11 @@ typedef struct _GUID {
} GUID;
#endif
#ifndef UUID_DEFINED
#define UUID_DEFINED
typedef GUID UUID;
#endif
#ifndef FAR
#define FAR
#endif