mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 02:47:07 +03:00
90cf9246ac
console.obj http.ibj InputBox.obj Add header files for apps what dynamically link these libraries. git-svn-id: svn://kolibrios.org@7925 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
118 B
NASM
10 lines
118 B
NASM
format ELF
|
|
|
|
include '__lib__.inc'
|
|
|
|
section '.text'
|
|
|
|
public lib_name
|
|
|
|
lib_name db 0x55, 0xAA, lib_name_str, 0
|