Commit 48a79d3c authored by Sam Lantinga's avatar Sam Lantinga

WIN32 is no longer defined on Windows builds

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401540
parent 25e9da92
......@@ -184,7 +184,7 @@ struct SDL_VideoDevice {
/* OpenGL functions for SDL_OPENGLBLIT */
#if SDL_VIDEO_OPENGL
#ifndef WIN32
#if !defined(__WIN32__)
#define WINAPI
#endif
#define SDL_PROC(ret,func,params) ret (WINAPI *func) params;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment