diff options
Diffstat (limited to 'pictCCall_12.icl')
-rw-r--r-- | pictCCall_12.icl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pictCCall_12.icl b/pictCCall_12.icl index 7ca03e9..27fca52 100644 --- a/pictCCall_12.icl +++ b/pictCCall_12.icl @@ -272,7 +272,7 @@ winAllocPolyShape _ _ = code
{
.inline WinAllocPolyShape
- ccall WinAllocPolyShape "II-II"
+ ccall WinAllocPolyShape "II-pI"
.end
}
@@ -281,7 +281,7 @@ winSetPolyPoint _ _ _ _ _ = code
{
.inline WinSetPolyPoint
- ccall WinSetPolyPoint "IIIII-I"
+ ccall WinSetPolyPoint "IIIpI-I"
.end
}
@@ -290,7 +290,7 @@ winFreePolyShape _ _ = code
{
.inline WinFreePolyShape
- ccall WinFreePolyShape "II-I"
+ ccall WinFreePolyShape "pI-I"
.end
}
|