mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
be consistent with WIN32 and _WIN32 (now all _WIN32)
This commit is contained in:
parent
cf074b14f7
commit
e154c9add5
21 changed files with 32 additions and 32 deletions
|
@ -52,7 +52,7 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
# include <fnmatch.h>
|
||||
# undef model_t
|
||||
#else
|
||||
# ifdef WIN32
|
||||
# ifdef _WIN32
|
||||
# include "fnmatch.h"
|
||||
# endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue