Module: wine Branch: master Commit: cb9fa1eb7aeb3d5d7e715aeee6e42200091a0d33 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb9fa1eb7aeb3d5d7e715aeee6...
Author: Stefan Leichter Stefan.Leichter@camline.com Date: Thu Aug 25 23:06:20 2011 +0200
setupapi: Add pSetupFree|Malloc|Realloc to spec file and forward them.
---
dlls/setupapi/setupapi.spec | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index 9ad5a96..7202874 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -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