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

@@ -42,7 +42,7 @@
# else
# define DECLSPEC __declspec(export)
# endif
# elif defined(__WIN32__)
# elif defined(__WINDOWS__)
# ifdef __BORLANDC__
# ifdef BUILD_SDL
# define DECLSPEC
@@ -63,7 +63,7 @@
/* By default SDL uses the C calling convention */
#ifndef SDLCALL
#if defined(__WIN32__) && !defined(__GNUC__)
#if defined(__WINDOWS__) && !defined(__GNUC__)
#define SDLCALL __cdecl
#else
#define SDLCALL