mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 16:33:52 -05:00
Compiler warning fixes for Windows message box code.
This commit is contained in:
parent
09c6b9cdfb
commit
5b551af664
|
|
@ -164,7 +164,7 @@ static SDL_bool AddDialogString(WIN_DialogData *dialog, const char *string)
|
|||
|
||||
static int s_BaseUnitsX;
|
||||
static int s_BaseUnitsY;
|
||||
static void Vec2ToDLU(WORD* x, WORD* y)
|
||||
static void Vec2ToDLU(short *x, short *y)
|
||||
{
|
||||
SDL_assert(s_BaseUnitsX != 0); // we init in WIN_ShowMessageBox(), which is the only public function...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user