mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Set HS_DEBUGGING properly on non-MSVC compilers
This commit is contained in:
@ -45,9 +45,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// Ensure these get set consistently regardless of what module includes it
|
||||
#include "hsCompilerSpecific.h"
|
||||
|
||||
#if (defined(_DEBUG) || defined(UNIX_DEBUG))
|
||||
#if defined(_DEBUG)
|
||||
# define HS_DEBUGGING
|
||||
#endif // defined(_DEBUG) || defined(UNIX_DENUG)
|
||||
#endif
|
||||
|
||||
//======================================
|
||||
// Some standard includes
|
||||
|
Reference in New Issue
Block a user