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:
Evgeny Grechnikov (Diamond) 2010-01-30 22:56:22 +00:00
parent 5e27f136a7
commit 732231655a

View File

@ -89,6 +89,8 @@ struc tree_list info_size,info_max_count,style, img_cx,img_cy,\
.on_press dd on_press
}
macro use_tree_list
{
;-----------------------------------------------------------------------------
;функция для выделения памяти
;input:
@ -119,8 +121,6 @@ mem_Free:
pop ebx eax
ret
macro use_tree_list
{
align 4
tl_data_init: ;выделние памяти для структур списка и основной информации (конструктор)
push ebp