mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00

Рrograms updated: - gears, test3, test_glu1, test_glu2, - test_array1, textures0, textures1, textures2, - crypt_files, img_transform, scrshoot, t_edit, - cnc_control, cnc_editor
20 lines
211 B
PHP
20 lines
211 B
PHP
align 4
|
|
import_libimg:
|
|
|
|
macro E_LIB n
|
|
{
|
|
if n eq lib_init
|
|
dd strz_#n
|
|
else if defined sz_#n
|
|
n dd sz_#n
|
|
end if
|
|
}
|
|
include 'export.inc'
|
|
dd 0,0
|
|
macro E_LIB n
|
|
{
|
|
if used n
|
|
sz_#n db `n,0
|
|
end if
|
|
}
|
|
include 'export.inc' |