Subversion Repositories Kolibri OS

Rev

Rev 8965 | Rev 8970 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8965 Rev 8969
Line 11... Line 11...
11
   common
11
   common
12
    end if
12
    end if
13
        call    proc }
13
        call    proc }
14
 
14
 
Line 15... Line 15...
15
macro invoke proc,[arg]                 ; indirectly call STDCALL procedure
15
; @brief Indirectly call STDCALL procedure
-
 
16
; @param proc Callee name
-
 
17
; @param arg Arguments to pass
-
 
18
macro invoke proc,[arg]
16
 { common
19
 { common
17
    if ~ arg eq
20
    if ~ arg eq
18
   reverse
21
   reverse
19
        pushd   arg
22
        pushd   arg
20
   common
23
   common