Japheth WinInc v2 shows errors with poasm.
Least these changes are missing from WinAsmP.inc at line 64 ??
ifdef _WIN64
WINSTDCALLCONV equ <fastcall>
@DefProto macro apiqual:REQ, name_:REQ, type_, namesuffix, parms, suffix
;;echo defproto: apiqual
ifidn <apiqual>,<__declspec ( dllimport )>
proto_&name_ typedef proto parms
externdef __imp_&name_: ptr proto_&name_
name_&namesuffix equ <__imp_&name_>
else
name_&namesuffix proto parms
endif
endm
else
WINSTDCALLCONV equ <stdcall>
..
endif
I test windows.inc with WIN32_LEAN_AND_MEAN equ 1