forked from KolibriOS/kolibrios
CMM - a better terminator for libraries import tables
git-svn-id: svn://kolibrios.org@3839 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b1fcdb319b
commit
43e8b4dc26
@ -17,9 +17,7 @@ dword version_scrollbar = #aVersion_scrollbar;
|
||||
|
||||
dword PathShow_prepare = #aPathShow_prepare;
|
||||
dword PathShow_draw = #aPathShow_draw;
|
||||
|
||||
dword am__ = 0x0;
|
||||
dword bm__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
char aEdit_box_draw [9] = "edit_box\0";
|
||||
char aEdit_box_key [13] = "edit_box_key\0";
|
||||
|
@ -5,9 +5,7 @@ char a_iconv_lib[19]="/sys/lib/iconv.obj\0";
|
||||
|
||||
dword iconv_open = #aIconv_open;
|
||||
dword iconv = #aIconv;
|
||||
|
||||
dword am5__ = 0x0;
|
||||
dword bm5__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
char aIconv_open[11] = "iconv_open\0";
|
||||
char aIconv[6] = "iconv\0";
|
||||
|
@ -12,9 +12,7 @@ dword img_destroy = #aimg_destroy;
|
||||
dword img_draw = #aimg_draw;
|
||||
//dword img_flip = #aimg_flip;
|
||||
//dword img_rotate = #aimg_rotate;
|
||||
|
||||
dword am1__ = 0x0;
|
||||
dword bm1__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
//import libimg , \
|
||||
char alibimg_init[9] = "lib_init\0";
|
||||
|
@ -9,9 +9,7 @@ dword file_size = #afile_size;
|
||||
dword file_open = #afile_open;
|
||||
dword file_read = #afile_read;
|
||||
dword file_close = #afile_close;
|
||||
|
||||
dword am2__ = 0x0;
|
||||
dword bm2__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
|
||||
//import libio , \
|
||||
|
@ -6,9 +6,7 @@ char a_netcode_lib[21]="/sys/lib/netcode.obj\0";
|
||||
dword base64_encode = #aBase64_encode;
|
||||
dword base64_decode = #aBase64_decode;
|
||||
dword qp_decode = #aQp_decode;
|
||||
|
||||
dword am4__ = 0x0;
|
||||
dword bm4__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
char aBase64_encode[14] = "base64_encode\0";
|
||||
char aBase64_decode[14] = "base64_decode\0";
|
||||
|
@ -11,13 +11,7 @@ dword getaddrinfo_start = #aGetaddrinfo_start;
|
||||
dword getaddrinfo_process = #aGetaddrinfo_process;
|
||||
dword getaddrinfo_abort = #aGetaddrinfo_abort;
|
||||
dword freeaddrinfo = #aFreeaddrinfo;
|
||||
|
||||
#ifndef am3__
|
||||
dword am3__ = 0x0;
|
||||
#endif
|
||||
#ifndef bm3__
|
||||
dword bm3__ = 0x0;
|
||||
#endif
|
||||
$DD 2 dup 0
|
||||
|
||||
char aLib_init[9] = "lib_init\0";
|
||||
char aInet_addr[10] = "inet_addr\0";
|
||||
|
@ -11,9 +11,7 @@ dword get_length = #att_get_length;
|
||||
dword get_width = #att_get_width;
|
||||
dword text_out = #att_text_out;
|
||||
dword init_font = #att_init_font;
|
||||
|
||||
dword am3__ = 0x0;
|
||||
dword bm3__ = 0x0;
|
||||
$DD 2 dup 0
|
||||
|
||||
//import libimg , \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user