Urm, a small fix.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1738 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-23 01:23:44 +00:00
parent 06b2836ecc
commit 7bce2a6426

View file

@ -243,9 +243,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef PLATFORM
#if defined(_WIN32)
#if defined(__amd64__)
#define PLATFORM "Win32"
#else
#define PLATFORM "Win64"
#else
#define PLATFORM "Win32"
#endif
#elif defined(__linux__)
#if defined(__amd64__)