mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 07:41:48 +00:00
[QMGR_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
017748ce69
commit
c851a1bf2e
5 changed files with 19 additions and 56 deletions
|
@ -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. */
|
||||
|
|
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue