Subversion Repositories Kolibri OS

Rev

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

Rev 750 Rev 1289
Line 9... Line 9...
9
;
9
;
10
;   External kernel dependencies (libraries) loading
10
;   External kernel dependencies (libraries) loading
11
;
11
;
12
;============================================================================
12
;============================================================================
Line 13... Line 13...
13
 
13
 
14
$Revision: 750 $
-
 
Line -... Line 14...
-
 
14
$Revision: 1289 $
-
 
15
 
-
 
16
if 0
15
 
17
; The code currently does not work. Kill "if 0/end if" only after correcting
16
 
18
; to current kernel (dll.inc).
17
macro library [name,fname]
19
macro library [name,fname]
18
{
20
{
19
  forward
21
  forward
Line 313... Line 315...
313
endp
315
endp
Line 314... Line 316...
314
 
316
 
315
uglobal
317
uglobal
316
s_libname  db 64 dup (0)
318
s_libname  db 64 dup (0)
-
 
319
endg