poasm version 8.00 SQWORD support

Started by TimoVJL, October 28, 2014, 09:04:32 AM

Previous topic - Next topic

TimoVJL

if @Version GE 800   ;SQWORD was introduced with Masm v8
INT64 typedef SQWORD
PINT64 typedef ptr SQWORD
else
INT64 typedef QWORD
PINT64 typedef ptr QWORD
endif
basetsd.inc(22): error: Invalid use of 'SQWORD'.
May the source be with you