From 427fccd94fd463eb696115236963b91dc73e6cc9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grechnikov (Diamond)" Date: Mon, 12 Oct 2009 22:12:21 +0000 Subject: [PATCH] use / instead of \ in cpu.asm git-svn-id: svn://kolibrios.org@1209 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/cpu/trunk/cpu.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/system/cpu/trunk/cpu.asm b/programs/system/cpu/trunk/cpu.asm index 0f8429eecb..e7ca71446c 100644 --- a/programs/system/cpu/trunk/cpu.asm +++ b/programs/system/cpu/trunk/cpu.asm @@ -21,9 +21,9 @@ offset_x=5 dd 0x0 , 0x0 ; I_Param , I_Icon include 'lang.inc' -include '..\..\..\macros.inc' -include '..\..\..\develop\libraries\box_lib\asm\trunk\editbox_ex.mac' -include '..\..\..\develop\libraries\box_lib\load_lib.mac' +include '../../../macros.inc' +include '../../../develop/libraries/box_lib/asm/trunk/editbox_ex.mac' +include '../../../develop/libraries/box_lib/load_lib.mac' display_processes=32 ; number of processes to show @use_library ;use load lib macros align 4