fix build
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#endif
|
||||
|
||||
extern unsigned long version_num;
|
||||
extern const char *version_time;
|
||||
extern const char *const version_time;
|
||||
|
||||
// VDI symbol lookup:
|
||||
namespace VDDebugInfo
|
||||
|
||||
@@ -35,7 +35,7 @@ int main(void) {
|
||||
if (f=fopen("verstub.cpp","w")) {
|
||||
fprintf(f,
|
||||
"unsigned long version_num = %ld;\n"
|
||||
"const char *version_time = \"%s\";\n"
|
||||
"extern const char *const version_time = \"%s\";\n"
|
||||
,build
|
||||
,s);
|
||||
fclose(f);
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user