Fixed compiler error with Cygwin

This commit is contained in:
Sam Lantinga
2013-03-26 05:09:09 -07:00
parent 1297d17733
commit af4d292e15

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)