Fixed compiler error with Cygwin

This commit is contained in:
Sam Lantinga 2013-03-26 05:09:09 -07:00
parent 607bf8a77c
commit 75a30e72a0

View file

@ -26,6 +26,10 @@
#include "SDL_windowsvideo.h"
#ifndef SS_EDITCONTROL
#define SS_EDITCONTROL 0x2000
#endif
/* Display a Windows message box */
#pragma pack(push, 1)