Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8604 → Rev 8605

/programs/develop/ktcc/trunk/lib/http/free.asm
5,7 → 5,7
fun equ http_free
fun_str equ 'free'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/http/get.asm
5,7 → 5,7
fun equ http_get
fun_str equ 'get'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/http/head.asm
5,7 → 5,7
fun equ http_head
fun_str equ 'head'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/http/post.asm
5,7 → 5,7
fun equ http_post
fun_str equ 'post'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/http/receive.asm
5,7 → 5,7
fun equ http_receive
fun_str equ 'receive'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/http/send.asm
5,7 → 5,7
fun equ http_send
fun_str equ 'send'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/inputbox/InputBox.asm
5,7 → 5,7
fun equ InputBox
fun_str equ 'InputBox'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/librasterworks/charsFit.asm
5,7 → 5,7
fun equ charsFit
fun_str equ 'charsFit'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/librasterworks/cntUTF-8.asm
5,7 → 5,7
fun equ countUTF8Z
fun_str equ 'cntUTF-8'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/librasterworks/drawText.asm
5,7 → 5,7
fun equ drawText
fun_str equ 'drawText'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/librasterworks/strWidth.asm
5,7 → 5,7
fun equ strWidth
fun_str equ 'strWidth'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/msgbox/mb_create.asm
5,7 → 5,7
fun equ msgbox_create
fun_str equ 'mb_create'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/msgbox/mb_reinit.asm
5,7 → 5,7
fun equ msgbox_reinit
fun_str equ 'mb_reinit'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/msgbox/mb_setfunctions.asm
5,7 → 5,7
fun equ msgbox_setfunctions
fun_str equ 'mb_setfunctions'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0
 
/programs/develop/ktcc/trunk/lib/sample/sample_symbol.asm
5,7 → 5,7
fun equ sample_symbol
fun_str equ 'sample_symbol'
 
section '.text'
section '.imp.@.'
 
fun_name db fun_str, 0