mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
Add ENABLE_VERSION macro check. (#4100)
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
#endif //APSTUDIO_INVOKED
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#if defined(ENABLE_VERSION)
|
||||
#include "ZLMVersion.h"
|
||||
#endif
|
||||
|
||||
#define ZLM_VERSION 8,0,0,1
|
||||
|
||||
// 拼接 BRANCH_NAME 和 COMMIT_HASH ,例如 master - 1c8ed1c
|
||||
@@ -41,4 +45,4 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Translation", 0x0, 1200
|
||||
END
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user