Skip to content

Commit

Permalink
Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 26, 2014
1 parent d9ffe54 commit bd6a493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_opengl.h
Expand Up @@ -33,7 +33,9 @@
#ifndef __IPHONEOS__

#ifdef __WIN32__
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX /* Don't defined min() and max() */
#endif
Expand Down

0 comments on commit bd6a493

Please sign in to comment.