mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +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