ui.backend.windows: correct wndproc signature so that factor works with vs2012
parent
b95536567a
commit
1456e14a09
|
@ -611,7 +611,7 @@ SYMBOL: trace-messages?
|
||||||
|
|
||||||
! return 0 if you handle the message, else just let DefWindowProc return its val
|
! return 0 if you handle the message, else just let DefWindowProc return its val
|
||||||
: ui-wndproc ( -- object )
|
: ui-wndproc ( -- object )
|
||||||
c:uint { c:void* c:uint c:long c:long } stdcall [
|
c:uint { c:void* c:uint WPARAM LPARAM } stdcall [
|
||||||
pick
|
pick
|
||||||
|
|
||||||
trace-messages? get-global
|
trace-messages? get-global
|
||||||
|
|
Loading…
Reference in New Issue