mirror of https://github.com/libsdl-org/SDL
Removed possible implicit memset()
This commit is contained in:
parent
ae2a50fc8f
commit
af395e970e
|
@ -386,7 +386,8 @@ IME_GetReadingString(SDL_VideoData *videodata, HWND hwnd)
|
|||
INT err = 0;
|
||||
BOOL vertical = FALSE;
|
||||
UINT maxuilen = 0;
|
||||
static OSVERSIONINFOA osversion = {0};
|
||||
static OSVERSIONINFOA osversion;
|
||||
|
||||
if (videodata->ime_uiless)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue