Reactos

[ADVPACK_WINETEST] Sync with Wine Staging 3.3. CORE-14434

+7 -27
+3 -9
modules/rostests/winetests/advpack/advpack.c
··· 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 22 - #define WIN32_NO_STATUS 23 - #define _INC_WINDOWS 24 - #define COM_NO_WINDOWS_H 25 - 26 22 #include <stdio.h> 27 - #include <windef.h> 28 - #include <winbase.h> 29 - #include <winreg.h> 30 - #include <objbase.h> 23 + #include <stdarg.h> 24 + #include <windows.h> 31 25 #include <advpub.h> 32 26 #include <assert.h> 33 - #include <wine/test.h> 27 + #include "wine/test.h" 34 28 35 29 /* defines for the TranslateInfString/Ex tests */ 36 30 #define TEST_STRING1 "\\Application Name"
+2 -9
modules/rostests/winetests/advpack/files.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - #define WIN32_NO_STATUS 22 - #define _INC_WINDOWS 23 - #define COM_NO_WINDOWS_H 24 - 25 21 #include <stdio.h> 26 - #include <windef.h> 27 - #include <winbase.h> 28 - #include <winreg.h> 29 - #include <objbase.h> 22 + #include <windows.h> 30 23 #include <advpub.h> 31 24 #include <fci.h> 32 - #include <wine/test.h> 25 + #include "wine/test.h" 33 26 34 27 /* make the max size large so there is only one cab file */ 35 28 #define MEDIA_SIZE 999999999
+2 -9
modules/rostests/winetests/advpack/install.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - #define WIN32_NO_STATUS 22 - #define _INC_WINDOWS 23 - #define COM_NO_WINDOWS_H 24 - 25 21 #include <stdio.h> 26 - #include <windef.h> 27 - #include <winbase.h> 28 - #include <winreg.h> 29 - #include <objbase.h> 22 + #include <windows.h> 30 23 #include <advpub.h> 31 - #include <wine/test.h> 24 + #include "wine/test.h" 32 25 33 26 static HMODULE hAdvPack; 34 27 /* function pointers */