Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32video.c @ 2724:0e2b65f32298
Added Wacom API headers.
FIXME: Dynamically load the Wacom API functions from wintab32.dll
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 26 Aug 2008 05:26:28 +0000 |
parents | 44e49d3fa6cf |
children | f23ebf1ddac4 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c Tue Aug 26 02:47:26 2008 +0000 +++ b/src/video/win32/SDL_win32video.c Tue Aug 26 05:26:28 2008 +0000 @@ -31,8 +31,6 @@ #include "SDL_d3drender.h" #include "SDL_gdirender.h" -#include <wintab.h> - /* Initialization/Query functions */ static int WIN_VideoInit(_THIS); static void WIN_VideoQuit(_THIS);