forked from KolibriOS/kolibrios
tree_list.mac: do not include the code if it is not used
git-svn-id: svn://kolibrios.org@1382 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5e27f136a7
commit
732231655a
@ -89,6 +89,8 @@ struc tree_list info_size,info_max_count,style, img_cx,img_cy,\
|
|||||||
.on_press dd on_press
|
.on_press dd on_press
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macro use_tree_list
|
||||||
|
{
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
;функция для выделения памяти
|
;функция для выделения памяти
|
||||||
;input:
|
;input:
|
||||||
@ -119,8 +121,6 @@ mem_Free:
|
|||||||
pop ebx eax
|
pop ebx eax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
macro use_tree_list
|
|
||||||
{
|
|
||||||
align 4
|
align 4
|
||||||
tl_data_init: ;выделние памяти для структур списка и основной информации (конструктор)
|
tl_data_init: ;выделние памяти для структур списка и основной информации (конструктор)
|
||||||
push ebp
|
push ebp
|
||||||
|
Loading…
Reference in New Issue
Block a user