Added byte type
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
extern user32 {
|
||||
MessageBoxA(window *any, text *int8, title *int8, flags uint) -> int
|
||||
MessageBoxA(window *any, text *byte, title *byte, flags uint) -> int
|
||||
}
|
||||
|
||||
main() {
|
||||
|
Reference in New Issue
Block a user