Skip to content

Commit

Permalink
SJISからインクルードされたときにコメント部が次の行に干渉しないように末尾にANSI文字を入れる
Browse files Browse the repository at this point in the history
  • Loading branch information
kobake committed Jul 12, 2018
1 parent b7acf2a commit 1f74236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sakura_core/config/build_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
@date 2007.10.18 kobake
*/
#if defined(_MSC_VER) && _MSC_VER>=1400 //VS2005以降なら
#if defined(_MSC_VER) && _MSC_VER>=1400 //VS2005以降なら//
#ifdef _DEBUG
#define USE_STRICT_INT //←これをコメントアウトすると厳格なintが無効になります。リリースビルドでは常に無効
#define USE_STRICT_INT //←これをコメントアウトすると厳格なintが無効になります。リリースビルドでは常に無効.
#endif
#endif

Expand All @@ -53,7 +53,7 @@
//#define USE_UNFIXED_FONT


//UNICODE BOOL定数
//UNICODE BOOL定数.
#ifdef _UNICODE
static const bool UNICODE_BOOL=true;
#else
Expand Down

0 comments on commit 1f74236

Please sign in to comment.