ConvertToGlobalHandle and GetProductName functions are available only in Win9x version of kernel32.dll library. All other Win9x-only kernel32.dll symbols are already disabled. --- mingw-w64-crt/lib32/kernel32.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-crt/lib32/kernel32.def b/mingw-w64-crt/lib32/kernel32.def index 996235d91410..3d8dc40a668f 100644 --- a/mingw-w64-crt/lib32/kernel32.def +++ b/mingw-w64-crt/lib32/kernel32.def @@ -951,7 +951,7 @@ GetErrorMode@0 ; Callback64@64 ; Callback8@8 ; CloseSystemHandle@4 -ConvertToGlobalHandle@4 +; ConvertToGlobalHandle@4 ; CreateKernelThread@24 ; FT_Exit0 ; no stdcall decoration in msvc thunk32.lib ; FT_Exit12 ; no stdcall decoration in msvc thunk32.lib @@ -976,7 +976,7 @@ ConvertToGlobalHandle@4 ; GetLSCallbackTarget@4 ; GetLSCallbackTemplate@4 ; GetProcessFlags@4 -GetProductName@8 +; GetProductName@8 ; GetSLCallbackTarget@4 ; GetSLCallbackTemplate@4 ; HeapSetFlags@8 -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
