From 6575ac8d39281c1694238fe5341311b27bf24924 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 9 Dec 2011 16:02:16 -0300 Subject: Fixed converter for win32's WId type. --- PySide/QtGui/typesystem_gui_win.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'PySide') diff --git a/PySide/QtGui/typesystem_gui_win.xml b/PySide/QtGui/typesystem_gui_win.xml index 28b48e6f8..5f4c57657 100644 --- a/PySide/QtGui/typesystem_gui_win.xml +++ b/PySide/QtGui/typesystem_gui_win.xml @@ -30,7 +30,10 @@ #endif - + + %out = 0; + + #ifdef IS_PY3K %out = (%OUTTYPE)PyCapsule_GetPointer(%in, 0); #else -- cgit v1.2.3