ui.backend.windows: correct wndproc signature so that factor works with vs2012

db4
Björn Lindqvist 2014-02-21 17:17:40 +01:00 committed by John Benediktsson
parent b95536567a
commit 1456e14a09
1 changed files with 1 additions and 1 deletions

View File

@ -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