Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/dynapi/SDL_dynapi.c
|
@@ -198,7 +198,7 @@ SDL_DYNAPI_entry(Uint32 apiver, void *table, Uint32 tablesize) |
|
|
|
|
|
/* Obviously we can't use SDL_LoadObject() to load SDL. :) */ |
|
|
/* Also obviously, we never close the loaded library. */ |
|
|
#if defined(_WINDOWS) || defined(__CYGWIN__) |
|
|
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) |
|
|
#ifndef WIN32_LEAN_AND_MEAN |
|
|
#define WIN32_LEAN_AND_MEAN 1 |
|
|
#endif |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.