Fix more slashes (Linux).

git-svn-id: svn://kolibrios.org@1796 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2011-01-29 19:51:36 +00:00
parent 51ab50866c
commit 253cba8681
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ use32
dd 0x1000 dd 0x1000
dd 0x0 , 0x0 dd 0x0 , 0x0
include "lang.inc" include 'lang.inc'
include "..\..\..\macros.inc" include '../../../macros.inc'
START: START:

View File

@ -8,7 +8,7 @@
; 2) Screen width bigger than height ; 2) Screen width bigger than height
; 3) Screen width and height are even (2*k) ; 3) Screen width and height are even (2*k)
include '..\..\..\macros.inc' include '../../../macros.inc'
background_cl = 0x000000 background_cl = 0x000000
foreground_cl = 0xFFFFFF foreground_cl = 0xFFFFFF