mirror of
https://github.com/frida/tinycc
synced 2024-11-28 02:29:38 +03:00
win32: UUID typedef added
This commit is contained in:
parent
8077f0acc7
commit
00ba4b7625
@ -13,6 +13,11 @@ typedef struct _GUID {
|
||||
} GUID;
|
||||
#endif
|
||||
|
||||
#ifndef UUID_DEFINED
|
||||
#define UUID_DEFINED
|
||||
typedef GUID UUID;
|
||||
#endif
|
||||
|
||||
#ifndef FAR
|
||||
#define FAR
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user