Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 5fc0441 + 8924913 commit 446de7bCopy full SHA for 446de7b
1 file changed
src/_tkagg.cpp
@@ -24,6 +24,10 @@
24
* also.
25
*/
26
#define WIN32_DLL
27
+static inline PyObject *PyErr_SetFromWindowsErr(int ierr) {
28
+ PyErr_SetString(PyExc_OSError, "Call to EnumProcessModules failed");
29
+ return NULL;
30
+}
31
#endif
32
33
#ifdef WIN32_DLL
0 commit comments