mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Fix MSVC build problem. This needs to be looked at further. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@6011 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bc13f9dd39
commit
129539a49d
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void G_ExtInit(void)
|
||||||
{
|
{
|
||||||
Bsnprintf(cwd,sizeof(cwd),"%s/"
|
Bsnprintf(cwd,sizeof(cwd),"%s/"
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
APPNAME " Settings"
|
"EDuke32 Settings"
|
||||||
#elif defined(GEKKO)
|
#elif defined(GEKKO)
|
||||||
"apps/eduke32"
|
"apps/eduke32"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue