[MPlayer-dev-eng] [PATCH]can not open ISO file including multibyte file path. on Windows.
Tadashi Ando
ando at je-pu-pu.jp
Mon Mar 6 19:33:09 EET 2017
Hi compn,
>> + HMODULE kernel32 = GetModuleHandle("Kernel32.dll");
>> + if (!kernel32) goto err_out;
>
> what version of windows does this work on?
It will work on >= Windows XP,
or >= Windows Server 2003.
see:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms683199(v=vs.85).aspx
I tested my code on Windows 10, And it works.
--
Tadashi Ando
More information about the MPlayer-dev-eng
mailing list