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
|
@ -32,7 +32,7 @@ typedef struct
|
|||
HBITMAP hbm;
|
||||
WNDPROC wndproc;
|
||||
SDL_bool created;
|
||||
Uint32 mouse_button_flags;
|
||||
WPARAM mouse_button_flags;
|
||||
struct SDL_VideoData *videodata;
|
||||
} SDL_WindowData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue