win32: UUID typedef added
This commit is contained in:
parent
8077f0acc7
commit
00ba4b7625
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ typedef struct _GUID {
|
||||||
} GUID;
|
} GUID;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef UUID_DEFINED
|
||||||
|
#define UUID_DEFINED
|
||||||
|
typedef GUID UUID;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef FAR
|
#ifndef FAR
|
||||||
#define FAR
|
#define FAR
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue