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

This commit is contained in:
Stefan Leichter 2011-08-25 23:06:20 +02:00 committed by Alexandre Julliard
parent 8a2b435dd3
commit cb9fa1eb7a
1 changed files with 3 additions and 0 deletions

View File

@ -557,6 +557,7 @@
@ stub pSetupAppendStringToMultiSz
@ stub pSetupDestroyRunOnceNodeList
@ stub pSetupDirectoryIdToPath
@ stdcall pSetupFree(ptr) MyFree
@ stdcall pSetupGetField(ptr long)
@ stdcall pSetupGetGlobalFlags()
@ stub pSetupGetOsLoaderDriveAndPath
@ -567,6 +568,8 @@
@ stdcall pSetupInstallCatalog(wstr wstr ptr)
@ stdcall pSetupIsUserAdmin() IsUserAdmin
@ stub pSetupMakeSurePathExists
@ stdcall pSetupMalloc(long) MyMalloc
@ stdcall pSetupRealloc(ptr long) MyRealloc
@ stdcall pSetupSetGlobalFlags(long)
@ stdcall pSetupSetQueueFlags(ptr long)
@ stub pSetupSetSystemSourceFlags