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 7c80fe6 + a372bb3 commit 4ee298bCopy full SHA for 4ee298b
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