Subversion Repositories Kolibri OS

Rev

Rev 1622 | Rev 3604 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1622 Rev 1702
Line 34... Line 34...
34
;  Fnc 02: 10-0x1c01,14-0x18f5,18-0x18f9,1c-0x18f1,BMA-0x1811,00000000
34
;  Fnc 02: 10-0x1c01,14-0x18f5,18-0x18f9,1c-0x18f1,BMA-0x1811,00000000
35
;  Fnc 01: 10-1,14-1,18-1,1c-1,BMA-0x18e1,0x18d1
35
;  Fnc 01: 10-1,14-1,18-1,1c-1,BMA-0x18e1,0x18d1
36
; ¥£¨áâà ¯® ᬥ饭¨î 0å10 ¤«ï ä㭪樨 02 ᮤ¥à¦¨â 0x1c01 (¯®àâë 0å1á00-0å1á07)
36
; ¥£¨áâà ¯® ᬥ饭¨î 0å10 ¤«ï ä㭪樨 02 ᮤ¥à¦¨â 0x1c01 (¯®àâë 0å1á00-0å1á07)
Line 37... Line 37...
37
 
37
 
38
; ¥¦¨¬ë Legacy, Native ¨ ¯à. ¬¥­ïîâáï ç¥à¥§ BIOS.
-
 
-
 
38
; ¥¦¨¬ë Legacy, Native ¨ ¯à. ¬¥­ïîâáï ç¥à¥§ BIOS.
39
 
39
include '../../../config.inc'		;for nightbuild
40
include '..\..\..\macros.inc'
40
include '..\..\..\macros.inc'
41
include '../../../develop/libraries/box_lib/trunk/box_lib.mac'
41
include '../../../develop/libraries/box_lib/trunk/box_lib.mac'
42
include '../../../develop/libraries/box_lib/load_lib.mac'
42
include '../../../develop/libraries/box_lib/load_lib.mac'
43
	@use_library
43
	@use_library
Line 1841... Line 1841...
1841
	db 'FFFFFFFF_open_dialog',0
1841
	db 'FFFFFFFF_open_dialog',0
Line 1842... Line 1842...
1842
 
1842
 
1843
communication_area_name:
1843
communication_area_name:
1844
	db 'FFFFFFFF_open_dialog2',0
1844
	db 'FFFFFFFF_open_dialog2',0
-
 
1845
open_dialog_path:
-
 
1846
if __nightbuild eq yes
-
 
1847
    db '/sys/MANAGERS/opendial',0
1845
open_dialog_path:
1848
else
-
 
1849
    db '/sys/File Managers/opendial',0
1846
	db '/sys/File Managers/opendial',0
1850
end if
1847
communication_area_default_pach:
1851
communication_area_default_pach:
Line 1848... Line 1852...
1848
	db '/sys',0
1852
	db '/sys',0
1849
 
1853