Initall commit
This commit is contained in:
24
fasmw172/INCLUDE/WIN64W.INC
Normal file
24
fasmw172/INCLUDE/WIN64W.INC
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
; Win64 programming headers (WideChar)
|
||||
|
||||
include 'macro/struct.inc'
|
||||
include 'macro/proc64.inc'
|
||||
include 'macro/com64.inc'
|
||||
include 'macro/import64.inc'
|
||||
include 'macro/export.inc'
|
||||
include 'macro/resource.inc'
|
||||
|
||||
struc TCHAR [val] { common match any, val \{ . du val \}
|
||||
match , val \{ . du ? \} }
|
||||
sizeof.TCHAR = 2
|
||||
|
||||
include 'equates/kernel64.inc'
|
||||
include 'equates/user64.inc'
|
||||
include 'equates/gdi64.inc'
|
||||
include 'equates/comctl64.inc'
|
||||
include 'equates/comdlg64.inc'
|
||||
include 'equates/shell64.inc'
|
||||
|
||||
macro api [name] { if used name
|
||||
label name qword at name#W
|
||||
end if }
|
||||
Reference in New Issue
Block a user