aboutsummaryrefslogtreecommitdiff
path: root/rgnCCall_12.icl
diff options
context:
space:
mode:
authorCamil Staps2015-08-12 13:43:26 +0200
committerCamil Staps2015-08-12 13:43:26 +0200
commitb2197ff21258cc48fc6ab93a9d90149fb899f8fa (patch)
treef1125e1255be495715d778ab68795a8df83be766 /rgnCCall_12.icl
parentRemoved some casting warnings (diff)
Fixed crashes with windows
Diffstat (limited to 'rgnCCall_12.icl')
-rw-r--r--rgnCCall_12.icl6
1 files changed, 3 insertions, 3 deletions
diff --git a/rgnCCall_12.icl b/rgnCCall_12.icl
index 3cf9c5c..be72fe0 100644
--- a/rgnCCall_12.icl
+++ b/rgnCCall_12.icl
@@ -23,7 +23,7 @@ winCreateRectRgn _ _ _ _ _
= code
{
.inline WinCreateRectRgn
- ccall WinCreateRectRgn "IIIII-II"
+ ccall WinCreateRectRgn "IIIIp-pp"
.end
}
@@ -50,7 +50,7 @@ winCombineRgn _ _ _ _ _
= code
{
.inline WinCombineRgn
- ccall WinCombineRgn "IIIII-II"
+ ccall WinCombineRgn "IIIIp-pp"
.end
}
@@ -59,6 +59,6 @@ winGetRgnBox _ _
= code
{
.inline WinGetRgnBox
- ccall WinGetRgnBox "II-IIIIIII"
+ ccall WinGetRgnBox "pp-ppppppp"
.end
}