Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 529 → Rev 530

/kernel/trunk/lib_func.inc
File deleted
\ No newline at end of file
Property changes:
Deleted: svn:keywords
-revision
\ No newline at end of property
/kernel/trunk/core/conf_lib.inc
Property changes:
Modified: svn:keywords
-revision
\ No newline at end of property
+Revision
\ No newline at end of property
/kernel/trunk/core/ext_lib.inc
1,13 → 1,8
$Revision$
;============================================================================
;
; Çàãðóçêà âíåøíèõ ôóíêöèé ÿäðà
; External kernel dependencies (libraries) loading
;
;
;
;
;
;
;============================================================================
macro library [name,fname]
{
Property changes:
Modified: svn:keywords
-revision
\ No newline at end of property
+Revision
\ No newline at end of property
/kernel/trunk/fs/parse_fn.inc
1,7 → 1,7
$Revision$
;-------------------------------------------------------------------------
;
; ‡ ¬¥­  ¨¬¥­ ä ©«®¢
; File path partial substitution (according to configuration)
;
;
; SPraid
Property changes:
Modified: svn:keywords
-revision
\ No newline at end of property
+Revision
\ No newline at end of property
/kernel/trunk/imports.inc
0,0 → 1,18
$Revision$
;============================================================================
;
; External kernel dependencies
;
;============================================================================
 
align 4
@IMPORT:
 
library \
libini,'libini.obj'
 
import libini, \
lib_init,'lib_init',\
ini.get_str,'ini.get_str',\
ini.enum_keys,'ini.enum_keys',\
ini.get_int,'ini.get_int'
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/kernel32.inc
257,4 → 257,4
include "core/ext_lib.inc"
 
; list of external functions
include "lib_func.inc"
include "imports.inc"