mirror of
https://github.com/reactos/reactos.git
synced 2025-05-14 23:03:53 +00:00
[SETUPAPI] Forward pSetup[Malloc|Realloc|Free] to My[Malloc|Realloc|Free] as wine does. Spotted by Jared Smudde. CORE-12262
svn path=/trunk/; revision=73097
This commit is contained in:
parent
0c396fc83e
commit
b42f4fa34d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue