Remove some of the redundant places where git commit hash is #define'd

This commit is contained in:
baldurk
2017-02-15 10:42:04 +00:00
parent 845450848a
commit 71c05ed572
5 changed files with 7 additions and 10 deletions
-6
View File
@@ -4,12 +4,6 @@
//
#include "version.h"
#ifdef GIT_COMMIT_HASH_LITERAL
#define GIT_COMMIT_HASH VER_STR(GIT_COMMIT_HASH_LITERAL)
#else
#define GIT_COMMIT_HASH "NO_GIT_COMMIT_HASH_DEFINED"
#endif
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED