Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler error with Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 26, 2013
1 parent 46e31fc commit 714dfd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/windows/SDL_windowsmessagebox.c
Expand Up @@ -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)
Expand Down

0 comments on commit 714dfd9

Please sign in to comment.