diff options
Diffstat (limited to 'windowCCall_12.icl')
-rw-r--r-- | windowCCall_12.icl | 2 |
1 files changed, 1 insertions, 1 deletions
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
}
|