diff src/video/win32/SDL_win32video.h @ 4500:eff4e88cc1e8

Added Windows clipboard support
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Jul 2010 05:43:34 -0700
parents 3e69e077cb95
children 9faebccfefb3
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Thu Jul 08 00:35:58 2010 -0700
+++ b/src/video/win32/SDL_win32video.h	Thu Jul 08 05:43:34 2010 -0700
@@ -60,6 +60,7 @@
 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "ASCII", (char *)S, (SDL_strlen(S)+1))
 #define WIN_UTF8ToString(S) SDL_iconv_string("ASCII", "UTF-8", (char *)S, SDL_strlen(S)+1)
 #endif
+extern void WIN_SetError(const char *prefix);
 
 /* Private display data */