Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8c63 commit 404229bCopy full SHA for 404229b
1 file changed
PC/launcher.c
@@ -1257,8 +1257,8 @@ process(int argc, wchar_t ** argv)
1257
if (!valid)
1258
debug(L"GetFileVersionInfo failed: %X\n", GetLastError());
1259
else {
1260
- valid = VerQueryValueW(version_data, L"\\", &file_info,
1261
- &block_size);
+ valid = VerQueryValueW(version_data, L"\\",
+ (LPVOID *) &file_info, &block_size);
1262
1263
debug(L"VerQueryValue failed: %X\n", GetLastError());
1264
0 commit comments