mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Remove global Windows.h include
This is the beginning of efforts to reduce the scope of Windows.h. I have shuttled it into hsWindows.h (again) and fixed the compilation of the major apps. There is still some scope work that needs to be done, and the Max plugin has not yet been addressed.
This commit is contained in:
@ -65,8 +65,10 @@ typedef struct _EAXREVERBPROPERTIES EAXREVERBPROPERTIES;
|
||||
#include "plEAXStructures.h"
|
||||
#endif
|
||||
|
||||
#if !HS_BUILD_FOR_WIN32
|
||||
#define GUID char*
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
typedef struct _GUID GUID;
|
||||
#else
|
||||
# define GUID char*
|
||||
#endif
|
||||
|
||||
class plEAXListener
|
||||
|
@ -57,6 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
#include "hsWindows.h"
|
||||
#include <mmsystem.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user