ITS#8978 Fix mdb_env_open2() failing when getting handle for NTDLL.dll
Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is calling CreateFileW() already.
Please register or sign in to comment
Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is calling CreateFileW() already.