Author: cwittich
Date: Sat Sep 10 06:20:10 2016
New Revision: 72640
URL:
http://svn.reactos.org/svn/reactos?rev=72640&view=rev
Log:
[SETUPAPI] sync diskspace.c with wine 1.9.16
Modified:
trunk/reactos/dll/win32/setupapi/diskspace.c
trunk/reactos/dll/win32/setupapi/setupapi.spec
Modified: trunk/reactos/dll/win32/setupapi/diskspace.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/diskspa…
==============================================================================
--- trunk/reactos/dll/win32/setupapi/diskspace.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/diskspace.c [iso-8859-1] Sat Sep 10 06:20:10 2016
@@ -248,3 +248,27 @@
HeapFree(GetProcessHeap(),0,list);
return TRUE;
}
+
+/***********************************************************************
+* SetupAddToDiskSpaceListA (SETUPAPI.@)
+*/
+BOOL WINAPI SetupAddToDiskSpaceListA(HDSKSPC diskspace, PCSTR targetfile,
+ LONGLONG filesize, UINT operation,
+ PVOID reserved1, UINT reserved2)
+{
+ FIXME(": stub\n");
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+ return FALSE;
+}
+
+/***********************************************************************
+* SetupAddToDiskSpaceListW (SETUPAPI.@)
+*/
+BOOL WINAPI SetupAddToDiskSpaceListW(HDSKSPC diskspace, PCWSTR targetfile,
+ LONGLONG filesize, UINT operation,
+ PVOID reserved1, UINT reserved2)
+{
+ FIXME(": stub\n");
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+ return FALSE;
+}
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] Sat Sep 10 06:20:10 2016
@@ -221,8 +221,8 @@
@ stub SetupAddInstallSectionToDiskSpaceListW
@ stdcall -stub SetupAddSectionToDiskSpaceListA(long long long str long ptr long)
@ stub SetupAddSectionToDiskSpaceListW
-@ stdcall -stub SetupAddToDiskSpaceListA(long str double long ptr long)
-@ stub SetupAddToDiskSpaceListW
+@ stdcall SetupAddToDiskSpaceListA(long str int64 long ptr long)
+@ stdcall SetupAddToDiskSpaceListW(long wstr int64 long ptr long)
@ stub SetupAddToSourceListA
@ stub SetupAddToSourceListW
@ stub SetupAdjustDiskSpaceListA