mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Include link to IoCsq...() funcs
svn path=/trunk/; revision=12162
This commit is contained in:
parent
0bf2982f43
commit
74e4b45769
2 changed files with 9 additions and 2 deletions
|
@ -534,7 +534,8 @@ TARGET_LIBS = \
|
|||
$(SDK_PATH_LIB)/librtl.a \
|
||||
$(SDK_PATH_LIB)/libstring.a \
|
||||
$(SDK_PATH_LIB)/librosrtl.a \
|
||||
$(SDK_PATH_LIB)/libpseh.a
|
||||
$(SDK_PATH_LIB)/libpseh.a \
|
||||
$(PATH_TO_TOP)/drivers/lib/csq/csq.o
|
||||
|
||||
TARGET_LFLAGS = \
|
||||
-Wl,-T,ntoskrnl.lnk \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.def,v 1.203 2004/12/11 00:13:37 royce Exp $
|
||||
; $Id: ntoskrnl.def,v 1.204 2004/12/17 07:31:11 fireball Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -360,6 +360,12 @@ IoCreateStreamFileObjectLite@8
|
|||
IoCreateSymbolicLink@8
|
||||
IoCreateSynchronizationEvent@8
|
||||
IoCreateUnprotectedSymbolicLink@8
|
||||
IoCsqInitialize@28
|
||||
IoCsqInitializeEx@28
|
||||
IoCsqInsertIrp@12
|
||||
IoCsqInsertIrpEx@16
|
||||
IoCsqRemoveIrp@8
|
||||
IoCsqRemoveNextIrp@8
|
||||
IoDeleteController@4
|
||||
IoDeleteDevice@4
|
||||
IoDeleteDriver@4
|
||||
|
|
Loading…
Reference in a new issue