mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NETSH] Add stubs for undocumented exported functions
This commit is contained in:
@@ -8,7 +8,8 @@ list(APPEND SOURCE
|
||||
helper.c
|
||||
interpreter.c
|
||||
netsh.c
|
||||
precomp.h)
|
||||
precomp.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/netsh_stubs.c)
|
||||
|
||||
add_executable(netsh ${SOURCE} netsh.rc ${CMAKE_CURRENT_BINARY_DIR}/netsh.def)
|
||||
|
||||
|
||||
@@ -1,8 +1,24 @@
|
||||
@ stub ConvertGuidToString
|
||||
@ stub ConvertStringToGuid
|
||||
@ stub DisplayMessageM
|
||||
@ stub DisplayMessageToConsole
|
||||
@ stub FreeQuotedString
|
||||
@ stub FreeString
|
||||
@ stub GenericMonitor
|
||||
@ stub GetEnumString
|
||||
@ stub GetHostMachineInfo
|
||||
@ stub InitializeConsole
|
||||
@ stub MakeQuotedString
|
||||
@ stub MakeString
|
||||
@ stub MatchCmdLine
|
||||
@ stdcall MatchEnumTag(ptr wstr long ptr ptr)
|
||||
@ stub MatchTagsInCmdLine
|
||||
@ stdcall MatchToken(wstr wstr)
|
||||
@ stdcall PreprocessCommand(ptr ptr long long ptr long long long ptr)
|
||||
@ varargs PrintError(ptr long)
|
||||
@ stub PrintErrorLog
|
||||
@ varargs PrintMessage(wstr)
|
||||
@ varargs PrintMessageFromModule(ptr long)
|
||||
@ stub RefreshConsole
|
||||
@ stdcall RegisterContext(ptr)
|
||||
@ stdcall RegisterHelper(ptr ptr)
|
||||
|
||||
Reference in New Issue
Block a user