Moved const and extern identifiers to the left
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
const idtype {
|
||||
idtype const {
|
||||
pid 1
|
||||
}
|
||||
|
||||
const state {
|
||||
state const {
|
||||
exited 0x4
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
extern user32 {
|
||||
user32 extern {
|
||||
MessageBoxA(window *any, text *byte, title *byte, flags uint) -> int
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user