forked from KolibriOS/kolibrios
Fixed include paths typo
git-svn-id: svn://kolibrios.org@5038 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
88cafe6b95
commit
680b783de4
@ -22,10 +22,10 @@ __DEBUG_LEVEL__ = 1
|
|||||||
node equ ftdi_context
|
node equ ftdi_context
|
||||||
node.next equ ftdi_context.next_context
|
node.next equ ftdi_context.next_context
|
||||||
|
|
||||||
include '../proc32.inc'
|
include '../../proc32.inc'
|
||||||
include '../imports.inc'
|
include '../../imports.inc'
|
||||||
include '../fdo.inc'
|
include '../../fdo.inc'
|
||||||
include '../struct.inc'
|
include '../../struct.inc'
|
||||||
|
|
||||||
public START
|
public START
|
||||||
public version
|
public version
|
||||||
|
Loading…
Reference in New Issue
Block a user