Added byte type
This commit is contained in:
parent
46ceb738ed
commit
8f3fa494ba
8 changed files with 16 additions and 13 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue