comparison src/video/win32/SDL_win32video.h @ 2728:2768bd7281e0

Fixed Visual Studio compilation problems
author Sam Lantinga <slouken@libsdl.org>
date Tue, 26 Aug 2008 07:34:49 +0000
parents f23ebf1ddac4
children 99210400e8b9
comparison
equal deleted inserted replaced
2727:76c2fc9696ea 2728:2768bd7281e0
67 IDirect3D9 *d3d; 67 IDirect3D9 *d3d;
68 #endif 68 #endif
69 /* *INDENT-OFF* */ 69 /* *INDENT-OFF* */
70 /* Function pointers for the Wacom API */ 70 /* Function pointers for the Wacom API */
71 HANDLE wintabDLL; 71 HANDLE wintabDLL;
72 UINT (*WTInfo) (UINT, UINT, LPVOID); 72 UINT (*WTInfoA) (UINT, UINT, LPVOID);
73 HCTX (*WTOpen) (HWND, LPLOGCONTEXT, BOOL); 73 HCTX (*WTOpenA) (HWND, LPLOGCONTEXTA, BOOL);
74 int (*WTPacket) (HCTX, UINT, LPVOID); 74 int (*WTPacket) (HCTX, UINT, LPVOID);
75 BOOL (*WTClose) (HCTX); 75 BOOL (*WTClose) (HCTX);
76 /* *INDENT-ON* */ 76 /* *INDENT-ON* */
77 77
78 int mouse; 78 int mouse;