mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[DRIVERS]
- Move GCC-named kdcom to kdrosdbg. - Remove an unneeded export file. svn path=/branches/kd++/; revision=58903
This commit is contained in:
@@ -5,7 +5,7 @@ add_subdirectory(bootvid)
|
||||
if(_WINKD_)
|
||||
add_subdirectory(kddll)
|
||||
else()
|
||||
add_subdirectory(kdcom)
|
||||
add_subdirectory(kdrosdbg)
|
||||
endif()
|
||||
add_subdirectory(nmidebug)
|
||||
add_subdirectory(null)
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
@ stdcall KdD0Transition()
|
||||
@ stdcall KdD3Transition()
|
||||
@ stdcall KdDebuggerInitialize0(ptr)
|
||||
@ stdcall KdDebuggerInitialize1(ptr)
|
||||
@ stdcall KdReceivePacket(long ptr ptr ptr ptr)
|
||||
@ stdcall KdRestore(long)
|
||||
@ stdcall KdSave(long)
|
||||
@ stdcall KdSendPacket(long ptr ptr ptr)
|
||||
Reference in New Issue
Block a user