author | Sam Lantinga <slouken@libsdl.org> |
Tue, 26 Mar 2013 05:09:09 -0700 | |
changeset 7030 | 4a730984a56f |
parent 7029 | 377cc88f3dc8 |
child 7031 | 3242aa26100f |
--- a/src/video/windows/SDL_windowsmessagebox.c Tue Mar 26 05:08:57 2013 -0700 +++ b/src/video/windows/SDL_windowsmessagebox.c Tue Mar 26 05:09:09 2013 -0700 @@ -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)