diff --git a/sakura_core/config/build_config.h b/sakura_core/config/build_config.h index ac5a89e71b..7e3e726f50 100644 --- a/sakura_core/config/build_config.h +++ b/sakura_core/config/build_config.h @@ -67,7 +67,7 @@ static const bool UNICODE_BOOL=false; //newされた領域をわざと汚すかどうか (デバッグ用) #ifdef _DEBUG -# define FILL_STRANGE_IN_NEW_MEMORY +#define FILL_STRANGE_IN_NEW_MEMORY #endif