[QMGR_WINETEST] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 21 Mar 2018 12:12:52 +0000 (13:12 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 21 Mar 2018 12:12:52 +0000 (13:12 +0100)
modules/rostests/winetests/qmgr/enum_files.c
modules/rostests/winetests/qmgr/enum_jobs.c
modules/rostests/winetests/qmgr/file.c
modules/rostests/winetests/qmgr/job.c
modules/rostests/winetests/qmgr/qmgr.c

index 1a89983..9564d7c 100644 (file)
  * 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.  */
index 518a7d2..6a1a968 100644 (file)
  * 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};
index 3cee4bd..9fdf08c 100644 (file)
  * 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};
index 3ed3425..6d8185a 100644 (file)
  * 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};
index 67e7d46..4ab12d3 100644 (file)
  * 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];