mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix issues from review
- Use lowercase win32 header names for cross-compiling with MinGW - Correct a unix GUID forward declaration
This commit is contained in:
@ -68,7 +68,7 @@ typedef struct _EAXREVERBPROPERTIES EAXREVERBPROPERTIES;
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
typedef struct _GUID GUID;
|
||||
#else
|
||||
# define GUID char*
|
||||
typedef char* GUID;
|
||||
#endif
|
||||
|
||||
class plEAXListener
|
||||
|
Reference in New Issue
Block a user