From 788e314354661b4740d5de6ba93673cd4a391185 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Aug 2015 16:15:23 +0200 Subject: Fixed issue with Tut 8.5 (menus) where Drawable pointer wasn't passed around fully --- windowCCall_12.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windowCCall_12.icl') diff --git a/windowCCall_12.icl b/windowCCall_12.icl index e21a79e..501c9cd 100644 --- a/windowCCall_12.icl +++ b/windowCCall_12.icl @@ -58,7 +58,7 @@ winGetDC _ _ = code { .inline WinGetDC - ccall WinGetDC "II-II" + ccall WinGetDC "II-pI" .end } -- cgit v1.2.3