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 154154#endif
155155
156156
157- #ifdef RC_ARH_x64
157+ #if defined( RC_ARH_x64 ) || defined( __x86_64__ )
158158#define VER_ARCH "64-bit"
159159#else
160160#define VER_ARCH "32-bit"
Original file line number Diff line number Diff line change 3838 VALUE "CompanyName", "Firebird Project\0"
3939 VALUE "FileDescription", "Firebird " VER_FILEDESC " (" VER_ARCH VER_DBG ")"
4040 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)
4343 VALUE "LegalCopyright", "All Copyright (c) retained by individual contributors - original code Copyright (c) 2000 Inprise Corporation\0"
4444 VALUE "ProductName", "Firebird SQL Server\0"
4545 VALUE "ProductVersion", PRODUCT_VER_STRING
You can’t perform that action at this time.
0 commit comments