diff include/SDL_syswm.h @ 337:9154ec9ca3d2

Explicitly specify the SDL API calling convention (C by default)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 Apr 2002 14:35:16 +0000
parents f6ffac90895c
children f9c5f135a8b9
line wrap: on
line diff
--- a/include/SDL_syswm.h	Wed Apr 10 17:12:32 2002 +0000
+++ b/include/SDL_syswm.h	Thu Apr 11 14:35:16 2002 +0000
@@ -153,7 +153,7 @@
  * returns 1 if the function is implemented.  If it's not implemented, or
  * the version member of the 'info' structure is invalid, it returns 0. 
  */
-extern DECLSPEC int SDL_GetWMInfo(SDL_SysWMinfo *info);
+extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
 
 
 /* Ends C function definitions when using C++ */