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.
1 parent 7c80fe6 commit a372bb3Copy full SHA for a372bb3
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