mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
[ADVPACK_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -19,18 +19,12 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <stdarg.h>
|
||||
#include <windows.h>
|
||||
#include <advpub.h>
|
||||
#include <assert.h>
|
||||
#include <wine/test.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
/* defines for the TranslateInfString/Ex tests */
|
||||
#define TEST_STRING1 "\\Application Name"
|
||||
|
||||
@@ -18,18 +18,11 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <windows.h>
|
||||
#include <advpub.h>
|
||||
#include <fci.h>
|
||||
#include <wine/test.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
/* make the max size large so there is only one cab file */
|
||||
#define MEDIA_SIZE 999999999
|
||||
|
||||
@@ -18,17 +18,10 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <windows.h>
|
||||
#include <advpub.h>
|
||||
#include <wine/test.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
static HMODULE hAdvPack;
|
||||
/* function pointers */
|
||||
|
||||
Reference in New Issue
Block a user