From 35a92c1dbf47be5270c4ce61591b51351950efc7 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 9 Dec 2011 20:01:53 -0300 Subject: Fixes custom code for QtCore's HWND on win32. --- PySide/QtGui/typesystem_gui_win.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'PySide/QtGui/typesystem_gui_win.xml') diff --git a/PySide/QtGui/typesystem_gui_win.xml b/PySide/QtGui/typesystem_gui_win.xml index 416c5e5..93d422a 100644 --- a/PySide/QtGui/typesystem_gui_win.xml +++ b/PySide/QtGui/typesystem_gui_win.xml @@ -43,14 +43,7 @@ - static bool checkPyCapsuleOrPyCObject(PyObject* pyObj) - { - #ifdef IS_PY3K - return PyCapsule_CheckExact(pyObj); - #else - return PyCObject_Check(pyObj); - #endif - } + -- cgit v1.2.3