From cb9fa1eb7aeb3d5d7e715aeee6e42200091a0d33 Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Thu, 25 Aug 2011 23:06:20 +0200 Subject: [PATCH] setupapi: Add pSetupFree|Malloc|Realloc to spec file and forward them. --- dlls/setupapi/setupapi.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index 9ad5a96a50f..7202874ad46 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 -- 2.11.4.GIT