be consistent with WIN32 and _WIN32 (now all _WIN32)

This commit is contained in:
Bill Currie 2004-01-20 03:47:27 +00:00
parent cf074b14f7
commit e154c9add5
21 changed files with 32 additions and 32 deletions

View file

@ -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