Mercurial > sdl-ios-xcode
diff src/video/wincommon/SDL_sysevents.c @ 1428:5f52867ba65c
Update for Visual C++ 6.0
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 18:24:57 +0000 |
parents | d910939febfa |
children | bb6839704ed6 |
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c Fri Feb 24 17:03:06 2006 +0000 +++ b/src/video/wincommon/SDL_sysevents.c Fri Feb 24 18:24:57 2006 +0000 @@ -78,7 +78,7 @@ static int codepage; static int Is9xME(); static int GetCodePage(); -static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, Uint16 *wchars, int wsize, UINT flags); +static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize, UINT flags); ToUnicodeFN SDL_ToUnicode = ToUnicode9xME; #endif /* !NO_GETKEYBOARDSTATE */