Fixed compiler error with Cygwin
This commit is contained in:
parent
607bf8a77c
commit
75a30e72a0
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue