mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
13 lines
220 B
PHP
13 lines
220 B
PHP
|
|
; Macroinstructions for making exports data structure
|
|
|
|
macro export [name,sname]
|
|
{
|
|
forward
|
|
dd __#name#_export_name__,name
|
|
common
|
|
dd 0
|
|
forward
|
|
align 4
|
|
__#name#_export_name__ db sname,0
|
|
} |