Fixed compiling on Windows CE

This commit is contained in:
Sam Lantinga 2011-02-04 13:58:29 -08:00
parent 1667e9cf70
commit 5920369169
3 changed files with 82 additions and 66 deletions

View file

@ -23,7 +23,9 @@
#include "SDL_windowsvideo.h"
#ifndef _WIN32_WCE
#define HAVE_GETDIBITS
#endif
int WIN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *pitch)
{