forked from KolibriOS/kolibrios
Fix iglobal directive usage try 3
git-svn-id: svn://kolibrios.org@3344 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d5752dec0e
commit
d1a0e37e4c
@ -1,6 +1,5 @@
|
||||
; <EFBFBD>ste archivo debe ser editado con codificaci¢n CP866
|
||||
|
||||
iglobal
|
||||
ugui_mouse_speed db 'velocidad del rat¢n',0
|
||||
ugui_mouse_delay db 'demora del rat¢n',0
|
||||
|
||||
@ -10,4 +9,3 @@ unet_active db 'activa',0
|
||||
unet_addr db 'direc',0
|
||||
unet_mask db 'm sc',0
|
||||
unet_gate db 'puer',0
|
||||
endg
|
||||
|
@ -14,7 +14,7 @@ $Revision$
|
||||
|
||||
iglobal
|
||||
if lang eq sp
|
||||
include 'conf_lib-sp.inc'
|
||||
include 'core/conf_lib-sp.inc'
|
||||
end if
|
||||
conf_path_sect:
|
||||
db 'path',0
|
||||
|
@ -75,7 +75,7 @@ iglobal
|
||||
msg_exc_e db "Page fault", 0
|
||||
|
||||
if lang eq sp
|
||||
include 'sys32-sp.inc'
|
||||
include 'core/sys32-sp.inc'
|
||||
else
|
||||
msg_sel_ker db "kernel", 0
|
||||
msg_sel_app db "application", 0
|
||||
|
Loading…
Reference in New Issue
Block a user