Fixed compiling on Windows CE
This commit is contained in:
parent
1667e9cf70
commit
5920369169
3 changed files with 82 additions and 66 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue