[GDI32_WINETEST][USER32_WINETEST] Remove forced WINVER defines (#2455)

No impact, as already deactivated.

Import
d0fd12b909
This commit is contained in:
Serge Gautherie 2020-03-20 19:20:52 +01:00 committed by GitHub
parent 432a5ddc7f
commit a8dbe6805a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 18 deletions

View file

@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define WINVER 0x0501 /* request latest DEVMODE */
#endif
#define NONAMELESSSTRUCT
#define NONAMELESSUNION

View file

@ -29,10 +29,6 @@
* normally be met.
*/
#ifndef __REACTOS__
#define WINVER 0x0600 /* For NONCLIENTMETRICS with padding */
#endif
#include <assert.h>
#include <stdio.h>
#include <stdarg.h>

View file

@ -20,11 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0600 /* For WM_CHANGEUISTATE,QS_RAWINPUT,WM_DWMxxxx */
#define WINVER 0x0600 /* for WM_GETTITLEBARINFOEX */
#endif
#include <assert.h>
#include <limits.h>
#include <stdarg.h>

View file

@ -17,12 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0600 /* For SPI_GETMOUSEHOVERWIDTH and more */
#define _WIN32_IE 0x0700
#define WINVER 0x0600 /* For COLOR_MENUBAR, NONCLIENTMETRICS with padding */
#endif
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>