mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#if defined(WIN32) || defined(WIN64) || defined(__CYGWIN__)
|
#if !(defined(WIN32) || defined(WIN64) || defined(__CYGWIN__))
|
||||||
#define WIN32
|
|
||||||
#else
|
|
||||||
#define UNIX
|
#define UNIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user