File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 154
154
#endif
155
155
156
156
157
- #ifdef RC_ARH_x64
157
+ #if defined( RC_ARH_x64 ) || defined( __x86_64__ )
158
158
#define VER_ARCH "64-bit"
159
159
#else
160
160
#define VER_ARCH "32-bit"
Original file line number Diff line number Diff line change 38
38
VALUE "CompanyName", "Firebird Project\0"
39
39
VALUE "FileDescription", "Firebird " VER_FILEDESC " (" VER_ARCH VER_DBG ")"
40
40
VALUE "FileVersion", FILE_VER_STRING
41
- VALUE "InternalName", STRINGIZE(RC_TARGET_NAME)
42
- VALUE "OriginalFilename", STRINGIZE(RC_TARGET_FILENAME)
41
+ VALUE "InternalName", "" STRINGIZE(RC_TARGET_NAME)
42
+ VALUE "OriginalFilename", "" STRINGIZE(RC_TARGET_FILENAME)
43
43
VALUE "LegalCopyright", "All Copyright (c) retained by individual contributors - original code Copyright (c) 2000 Inprise Corporation\0"
44
44
VALUE "ProductName", "Firebird SQL Server\0"
45
45
VALUE "ProductVersion", PRODUCT_VER_STRING
You can’t perform that action at this time.
0 commit comments