Fixed some warnings building for 64-bit Windows
This commit is contained in:
parent
165ad7a5e6
commit
20e65317fa
4 changed files with 6 additions and 5 deletions
|
@ -342,7 +342,8 @@ int
|
|||
WIN_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
||||
{
|
||||
WIN_DialogData *dialog;
|
||||
int i, x, y, which;
|
||||
int i, x, y;
|
||||
UINT_PTR which;
|
||||
const SDL_MessageBoxButtonData *buttons = messageboxdata->buttons;
|
||||
HFONT DialogFont;
|
||||
SIZE Size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue