Fixed issues building 64-bit Windows binary

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403783
This commit is contained in:
Sam Lantinga 2009-09-05 23:37:35 +00:00
parent d4dca0dbc5
commit d036689ab0
9 changed files with 37 additions and 33 deletions

View file

@ -70,7 +70,8 @@ SDL_AddMouse(const SDL_Mouse * mouse, char *name, int pressure_max,
{
SDL_Mouse **mice;
int selected_mouse;
int index, length;
int index;
size_t length;
if (SDL_GetMouseIndexId(mouse->id) != -1) {
SDL_SetError("Mouse ID already in use");