From 1456e14a0956a34a1df762f99a8a0b6db4aa6590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Fri, 21 Feb 2014 17:17:40 +0100 Subject: [PATCH] ui.backend.windows: correct wndproc signature so that factor works with vs2012 --- basis/ui/backend/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/backend/windows/windows.factor b/basis/ui/backend/windows/windows.factor index 15ee943c15..7b1ce2a51c 100755 --- a/basis/ui/backend/windows/windows.factor +++ b/basis/ui/backend/windows/windows.factor @@ -611,7 +611,7 @@ SYMBOL: trace-messages? ! return 0 if you handle the message, else just let DefWindowProc return its val : ui-wndproc ( -- object ) - c:uint { c:void* c:uint c:long c:long } stdcall [ + c:uint { c:void* c:uint WPARAM LPARAM } stdcall [ pick trace-messages? get-global