Browse Source

Removed possible implicit memset()

Sam Lantinga 11 years ago
parent
commit
af395e970e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/video/windows/SDL_windowskeyboard.c

+ 2 - 1
src/video/windows/SDL_windowskeyboard.c

@@ -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;