mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 12:59:33 +00:00
(svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
This commit is contained in:
parent
76bcaba601
commit
e3643e4933
@ -1,8 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
#if defined(WIN32) || defined(WIN64) || defined(__CYGWIN__)
|
||||
#define WIN32
|
||||
#else
|
||||
#if !(defined(WIN32) || defined(WIN64) || defined(__CYGWIN__))
|
||||
#define UNIX
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user