mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-15 05:20:06 +08: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