mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove some of the redundant places where git commit hash is #define'd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user