Changed "win32" to "windows"
This commit is contained in:
Sam Lantinga
2011-01-20 18:04:05 -08:00
parent aebcea297d
commit 08ad787807
82 changed files with 382 additions and 375 deletions

View File

@@ -21,7 +21,7 @@
*/
#include "SDL_config.h"
#ifdef SDL_TIMER_WIN32
#ifdef SDL_TIMER_WINDOWS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
@@ -161,5 +161,6 @@ SDL_SYS_StopTimer(void)
return;
}
#endif /* SDL_TIMER_WIN32 */
#endif /* SDL_TIMER_WINDOWS */
/* vi: set ts=4 sw=4 expandtab: */