mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 13:37:56 +00:00
Removed possible implicit memset()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user