|
@@ -451,9 +451,7 @@ SDL_GetPlatform()
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|
|
|
|
|
|
-#if defined(__WIN32__)
|
|
|
|
-
|
|
|
|
-#if !defined(HAVE_LIBC) || (defined(__WATCOMC__) && defined(BUILD_DLL))
|
|
|
|
|
|
+#if defined(__WIN32__) && defined(__WATCOMC__) && defined(BUILD_DLL)
|
|
/* Need to include DllMain() on Watcom C for some reason.. */
|
|
/* Need to include DllMain() on Watcom C for some reason.. */
|
|
|
|
|
|
BOOL APIENTRY
|
|
BOOL APIENTRY
|
|
@@ -471,6 +469,4 @@ _DllMainCRTStartup(HANDLE hModule,
|
|
}
|
|
}
|
|
#endif /* building DLL with Watcom C */
|
|
#endif /* building DLL with Watcom C */
|
|
|
|
|
|
-#endif /* __WIN32__ */
|
|
|
|
-
|
|
|
|
/* vi: set sts=4 ts=4 sw=4 expandtab: */
|
|
/* vi: set sts=4 ts=4 sw=4 expandtab: */
|