We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59162a9 commit be4f094Copy full SHA for be4f094
Modules/posixmodule.c
@@ -9337,7 +9337,7 @@ os_setpgrp_impl(PyObject *module)
9337
9338
#ifdef MS_WINDOWS
9339
#include <winternl.h>
9340
-#include <ProcessSnapshot.h>
+#include <processsnapshot.h>
9341
9342
// The structure definition in winternl.h may be incomplete.
9343
// This structure is the full version from the MSDN documentation.
PC/_wmimodule.cpp
@@ -14,9 +14,9 @@
14
#endif
15
16
#define _WIN32_DCOM
17
-#include <Windows.h>
+#include <windows.h>
18
#include <comdef.h>
19
-#include <Wbemidl.h>
+#include <wbemidl.h>
20
#include <propvarutil.h>
21
22
#include <Python.h>
0 commit comments