There was an error while loading. Please reload this page.
1 parent da461ea commit f37e8ffCopy full SHA for f37e8ff
1 file changed
Include/internal/pycore_fileutils_windows.h
@@ -55,11 +55,7 @@ static inline BOOL _Py_GetFileInformationByName(
55
static int GetFileInformationByName_init = -1;
56
57
if (GetFileInformationByName_init < 0) {
58
-#ifdef MS_WINDOWS_DESKTOP
59
HMODULE hMod = LoadLibraryW(L"api-ms-win-core-file-l2-1-4");
60
-#else
61
- HMODULE hMod = LoadPackagedLibrary(L"api-ms-win-core-file-l2-1-4", 0);
62
-#endif
63
GetFileInformationByName_init = 0;
64
if (hMod) {
65
GetFileInformationByName = (PGetFileInformationByName)GetProcAddress(
0 commit comments