Subversion Repositories Kolibri OS

Rev

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

Rev 7132 Rev 7133
Line 3... Line 3...
3
format PE console
3
format PE console
4
;include 'win32a.inc'
4
;include 'win32a.inc'
5
macro $Revision [args]
5
macro $Revision [args]
6
{
6
{
7
}
7
}
-
 
8
macro ignore_empty_revision_keyword {
-
 
9
  macro $Revi#sion$ \{\}
-
 
10
}
-
 
11
ignore_empty_revision_keyword
8
include '../proc32.inc'
12
include '../proc32.inc'
9
include '../struct.inc'
13
include '../struct.inc'
10
entry start
14
entry start
Line 11... Line 15...
11
 
15