Fixed syntax error (hopefully) in how the MinGW32 windres tool reads the winquake resource script
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3451 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7b195eb522
commit
eed5e36382
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ END
|
||||||
// String Table
|
// String Table
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// define this to prevent syntax error
|
||||||
|
#define IDS_STRING1 1
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_STRING1 "WinQuake"
|
IDS_STRING1 "WinQuake"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue