Subversion Repositories Kolibri OS

Rev

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

Rev 6767 Rev 6810
Line 331... Line 331...
331
                        db      ', ',0
331
                        db      ', ',0
332
msg_export_name_not_found       db      'Exported function ',0
332
msg_export_name_not_found       db      'Exported function ',0
333
msg_export_ordinal_not_found    db      'Exported ordinal #',0
333
msg_export_ordinal_not_found    db      'Exported ordinal #',0
334
msg_export_not_found    db      ' not found in module ',0
334
msg_export_not_found    db      ' not found in module ',0
335
msg_unknown             db      '',0
335
msg_unknown             db      '',0
-
 
336
msg_invalid_forwarder   db      'Invalid forwarded export in module ',0
Line 336... Line 337...
336
 
337
 
337
section '.data' data readable writable
338
section '.data' data readable writable
338
if FOOTERS
339
if FOOTERS
339
malloc_magic    dd      ?
340
malloc_magic    dd      ?