On Mon, 6 Mar 2017 04:56:02 +0900, Tadashi Ando <ando at je-pu-pu.jp> wrote: > + HMODULE kernel32 = GetModuleHandle("Kernel32.dll"); > + if (!kernel32) goto err_out; what version of windows does this work on? -compn