Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8604 → Rev 8605

/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