Replace 'equ' macros with '=' ones.
They appear in symbols file. They don't require parentheses. They are shorter. git-svn-id: svn://kolibrios.org@7136 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -49,10 +49,10 @@ align 4
|
||||
.fail:
|
||||
ret
|
||||
;-----------------------------------------------------------------------------
|
||||
EVENT_WATCHED equ 0x10000000 ;бит 28
|
||||
EVENT_SIGNALED equ 0x20000000 ;бит 29
|
||||
MANUAL_RESET equ 0x40000000 ;бит 30
|
||||
MANUAL_DESTROY equ 0x80000000 ;бит 31
|
||||
EVENT_WATCHED = 0x10000000 ; bit 28
|
||||
EVENT_SIGNALED = 0x20000000 ; bit 29
|
||||
MANUAL_RESET = 0x40000000 ; bit 30
|
||||
MANUAL_DESTROY = 0x80000000 ; bit 31
|
||||
;-----------------------------------------------------------------------------
|
||||
align 4
|
||||
create_event: ;; EXPORT use
|
||||
|
Reference in New Issue
Block a user