Fixed 64-bit compile warnings on Visual C++
This commit is contained in:
parent
85d6d00788
commit
fb49761922
3 changed files with 4 additions and 3 deletions
|
@ -231,7 +231,8 @@ int
|
|||
WIN_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
||||
{
|
||||
WIN_DialogData *dialog;
|
||||
int i, x, y, w, h, gap, which;
|
||||
int i, x, y, w, h, gap;
|
||||
INT_PTR which;
|
||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
||||
|
||||
/* FIXME: Need a better algorithm for laying out the message box */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue