| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c6ccbd7 commit 318e2c7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -56,6 +56,8 @@ static int minimal_windows10_version1709(void) { | |||
| 56 | 56 | OSVERSIONINFOW os_info; | |
| 57 | 57 | if (!pRtlGetVersion) | |
| 58 | 58 | return 0; | |
| 59 | + os_info.dwOSVersionInfoSize = sizeof(os_info); | ||
| 60 | + os_info.szCSDVersion[0] = L'\0'; | ||
| 59 | 61 | pRtlGetVersion(&os_info); | |
| 60 | 62 | if (os_info.dwMajorVersion < 10) | |
| 61 | 63 | return 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments