else if what? Assuming you meant just else

This commit is contained in:
Ben "root" Anderson
2013-10-25 17:24:35 -05:00
parent 944921ac12
commit 0f86f79a3c
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Threads.h"
#if defined(_WINDOWS)
# include <windows.h>
#else if
#else
# include <windef.h>
#endif