_WINDOWS -> WINDOWS

This commit is contained in:
Glenn Maynard
2006-12-19 01:03:44 +00:00
parent acf261151e
commit f0c8b94b21
+1 -1
View File
@@ -2,7 +2,7 @@
#define ARCH_DEFAULT_H
/* Define the default driver sets. */
#if defined(_WINDOWS)
#if defined(WINDOWS)
#include "ArchHooks/ArchHooks_Win32.h"
#include "LoadingWindow/LoadingWindow_Win32.h"
#include "LowLevelWindow/LowLevelWindow_Win32.h"