Author: mjansen
Date: Wed Nov 2 18:31:46 2016
New Revision: 73097
URL:
http://svn.reactos.org/svn/reactos?rev=73097&view=rev
Log:
[SETUPAPI] Forward pSetup[Malloc|Realloc|Free] to My[Malloc|Realloc|Free] as wine does.
Spotted by Jared Smudde. CORE-12262
Modified:
trunk/reactos/dll/win32/setupapi/setupapi.spec
Modified: trunk/reactos/dll/win32/setupapi/setupapi.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/setupap…
==============================================================================
--- trunk/reactos/dll/win32/setupapi/setupapi.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/setupapi.spec [iso-8859-1] Wed Nov 2 18:31:46 2016
@@ -548,7 +548,7 @@
@ stdcall pSetupDoesUserHavePrivilege(wstr) DoesUserHavePrivilege
@ stdcall pSetupDuplicateString(wstr)
@ stdcall pSetupEnablePrivilege(wstr long)
-@ stub pSetupFree
+@ stdcall pSetupFree(ptr) MyFree
@ stub pSetupFreeStringArray
@ stub pSetupGetCurrentDriverSigningPolicy
@ stdcall pSetupGetField(ptr long)
@@ -568,13 +568,13 @@
@ stub pSetupIsLocalSystem
@ stdcall pSetupIsUserAdmin()
@ stub pSetupMakeSurePathExists
-@ stub pSetupMalloc
+@ stdcall pSetupMalloc(long) MyMalloc
@ stdcall pSetupModifyGlobalFlags(long long)
@ stdcall pSetupMultiByteToUnicode(str long)
@ stdcall pSetupOpenAndMapFileForRead(wstr ptr ptr ptr ptr)
@ stub pSetupOutOfMemory
@ stub pSetupQueryMultiSzValueToArray
-@ stub pSetupRealloc
+@ stdcall pSetupRealloc(ptr long) MyRealloc
@ stdcall pSetupRegistryDelnode(long long)
@ stub pSetupRetrieveServiceConfig
@ stub pSetupSetArrayToMultiSzValue