forked from KolibriOS/kolibrios
Fix more slashes (Linux).
git-svn-id: svn://kolibrios.org@1796 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
51ab50866c
commit
253cba8681
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user