SW: Fix non-debug builds on Windows

git-svn-id: https://svn.eduke32.com/eduke32@8308 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-11-26 08:24:56 +00:00 committed by Christoph Oelckers
parent 83cfcb65a8
commit 7fb425aebb

View file

@ -105,6 +105,10 @@ signed char MNU_InputString(char*, short);
SWBOOL IsCommand(const char* str);
SWBOOL MNU_StartNetGame(void);
#ifdef _WIN32
# include "winbits.h"
#endif
const char* AppProperName = "VoidSW";
const char* AppTechnicalName = "voidsw";