Skip to content

Commit

Permalink
RESOURCE_VERSION_STRING マクロの引数を _PascalCase に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kobake committed Jun 24, 2018
1 parent 87d3dd1 commit 2b43a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sakura_core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

// リソース埋め込み用バージョン文字列
// e.g. "2.3.2.0 (4a0de579) UNICODE 64bit DEBUG"
#define RESOURCE_VERSION_STRING(VERSION_STRING) VERSION_STRING " (" GIT_SHORT_COMMIT_HASH ") " VER_CHARSET " " VER_PLATFORM " " VER_CONFIG
#define RESOURCE_VERSION_STRING(_VersionString) _VersionString " (" GIT_SHORT_COMMIT_HASH ") " VER_CHARSET " " VER_PLATFORM " " VER_CONFIG
2 changes: 1 addition & 1 deletion sakura_lang_en_US/sakura_lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "../sakura_core/String_define.h"
#endif

#include "../sakura_core/version.h" // #define RESOURCE_VERSION_STRING(VERSION_STRING)
#include "../sakura_core/version.h" // #define RESOURCE_VERSION_STRING(_VersionString)

#endif /* SAKURA_SAKURA_LANG_C627B14F_9909_441B_B510_9BBB2D3F078B_H_ */
/*[EOF]*/

0 comments on commit 2b43a34

Please sign in to comment.