mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 04:54:29 +08:00
Changed include file spec
svn path=/trunk/; revision=100
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;
|
||||
;
|
||||
|
||||
%include 'internal/hal/segment.inc'
|
||||
%include 'internal/i386/segment.inc'
|
||||
|
||||
bits 32
|
||||
section .text
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%include 'internal/hal/segment.inc'
|
||||
%include 'internal/i386/segment.inc'
|
||||
|
||||
BITS 32
|
||||
segment .text
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%include 'internal/hal/segment.inc'
|
||||
%include 'internal/i386/segment.inc'
|
||||
|
||||
|
||||
%define PREFIX(a) _(a)
|
||||
|
||||
Reference in New Issue
Block a user