This commit is contained in:
parent
7cc371070a
commit
ccc221aa01
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
main() {
|
main() {
|
||||||
title := "Title\0"
|
title := "Title\0"
|
||||||
message := "Message\0"
|
message := "Message\0"
|
||||||
user32.MessageBoxA(0, message.ptr, title.ptr, 0x240040)
|
user32.MessageBoxA(0, message.ptr, title.ptr, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
extern {
|
extern {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue