Commit cb9fa1eb authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

setupapi: Add pSetupFree|Malloc|Realloc to spec file and forward them.

parent 8a2b435d
...@@ -557,6 +557,7 @@ ...@@ -557,6 +557,7 @@
@ stub pSetupAppendStringToMultiSz @ stub pSetupAppendStringToMultiSz
@ stub pSetupDestroyRunOnceNodeList @ stub pSetupDestroyRunOnceNodeList
@ stub pSetupDirectoryIdToPath @ stub pSetupDirectoryIdToPath
@ stdcall pSetupFree(ptr) MyFree
@ stdcall pSetupGetField(ptr long) @ stdcall pSetupGetField(ptr long)
@ stdcall pSetupGetGlobalFlags() @ stdcall pSetupGetGlobalFlags()
@ stub pSetupGetOsLoaderDriveAndPath @ stub pSetupGetOsLoaderDriveAndPath
...@@ -567,6 +568,8 @@ ...@@ -567,6 +568,8 @@
@ stdcall pSetupInstallCatalog(wstr wstr ptr) @ stdcall pSetupInstallCatalog(wstr wstr ptr)
@ stdcall pSetupIsUserAdmin() IsUserAdmin @ stdcall pSetupIsUserAdmin() IsUserAdmin
@ stub pSetupMakeSurePathExists @ stub pSetupMakeSurePathExists
@ stdcall pSetupMalloc(long) MyMalloc
@ stdcall pSetupRealloc(ptr long) MyRealloc
@ stdcall pSetupSetGlobalFlags(long) @ stdcall pSetupSetGlobalFlags(long)
@ stdcall pSetupSetQueueFlags(ptr long) @ stdcall pSetupSetQueueFlags(ptr long)
@ stub pSetupSetSystemSourceFlags @ stub pSetupSetSystemSourceFlags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment