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

This commit is contained in:
Amine Khaldi 2018-03-21 13:12:52 +01:00
parent 017748ce69
commit c851a1bf2e
5 changed files with 19 additions and 56 deletions

View file

@ -18,23 +18,14 @@
* 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 <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <shlwapi.h>
//#include <stdio.h>
#include <stdio.h>
#define COBJMACROS
#include <wine/test.h>
#include <bits.h>
#include "wine/test.h"
#include "initguid.h"
#include "bits.h"
/* Globals used by many tests */
#define NUM_FILES 2 /* At least two. */

View file

@ -18,17 +18,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
//#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdio.h>
#define COBJMACROS
#include <wine/test.h>
#include <objbase.h>
#include <bits.h>
#include "wine/test.h"
#include "bits.h"
/* Globals used by many tests */
static const WCHAR test_displayNameA[] = {'T','e','s','t','A', 0};

View file

@ -18,24 +18,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
//#include <stdio.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <stdio.h>
#include <shlwapi.h>
#define COBJMACROS
#include <wine/test.h>
#include <bits.h>
#include "wine/test.h"
#include "bits.h"
/* Globals used by many tests */
static const WCHAR test_remoteName[] = {'r','e','m','o','t','e', 0};

View file

@ -18,20 +18,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
//#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdio.h>
#define COBJMACROS
#include <wine/test.h>
#include <objbase.h>
#include <bits.h>
#include <initguid.h>
#include <bits2_0.h>
#include <bits2_5.h>
#include "wine/test.h"
#include "bits.h"
#include "initguid.h"
#include "bits2_0.h"
#include "bits2_5.h"
/* Globals used by many tests */
static const WCHAR test_displayName[] = {'T', 'e', 's', 't', 0};

View file

@ -18,20 +18,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
//#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdio.h>
#define COBJMACROS
#include <wine/test.h>
#include <winnls.h>
#include <initguid.h>
#include <objbase.h>
#include <bits.h>
#include "wine/test.h"
#include "bits.h"
static WCHAR progname[MAX_PATH];