Import everything
[cl-w32api.git] / modules / win95.wndproc.lisp
blobd58a35e349ae011182b9132d69e60f1f5980c57c
1 (defcfunex-exported ("CallWindowProcA" CallWindowProcA :convention :stdcall) :int32
2 (arg0 :pointer)
3 (arg1 :pointer)
4 (arg2 :unsigned-int)
5 (arg3 :unsigned-int)
6 (arg4 :int32))
8 (defcfunex-exported ("CallWindowProcW" CallWindowProcW :convention :stdcall) :int32
9 (arg0 :pointer)
10 (arg1 :pointer)
11 (arg2 :unsigned-int)
12 (arg3 :unsigned-int)
13 (arg4 :int32))