include: Remove now useless forced _WIN32_IE defines.

Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Serge Gautherie 2020-03-20 19:04:23 +01:00 committed by Alexandre Julliard
parent fc8d19548f
commit 7770e26f2d
8 changed files with 1 additions and 21 deletions

View File

@ -17,10 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* make sure the structures work with a comctl32 v5.x */
#define _WIN32_WINNT 0x500
#define _WIN32_IE 0x500
#include <assert.h>
#include <stdarg.h>

View File

@ -21,10 +21,6 @@
#ifndef __EDITSTR_H
#define __EDITSTR_H
#ifndef _WIN32_IE
#define _WIN32_IE 0x0400
#endif
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_IE 0x600
#include <stdarg.h>
#include <windows.h>

View File

@ -21,9 +21,6 @@
#define COBJMACROS
#define CONST_VTABLE
/* needed for IInternetZoneManagerEx2 */
#define _WIN32_IE 0x0700
#include <wine/test.h>
#include <stdarg.h>
#include <stddef.h>

View File

@ -45,9 +45,6 @@
*
*/
#define _WIN32_WINNT 0x401
#define _WIN32_IE 0x0500
#include <stdarg.h>
#include <assert.h>

View File

@ -53,10 +53,6 @@ HRESULT WINAPI LoadIconMetric(HINSTANCE, const WCHAR *, int, HICON *);
#define COMCTL32_VERSION 5 /* dll version */
#ifndef _WIN32_IE
#define _WIN32_IE 0x0400
#endif
#define ICC_LISTVIEW_CLASSES 0x00000001 /* listview, header */
#define ICC_TREEVIEW_CLASSES 0x00000002 /* treeview, tooltips */
#define ICC_BAR_CLASSES 0x00000004 /* toolbar, statusbar, trackbar, tooltips */

View File

@ -21,7 +21,6 @@
#include <assert.h>
#define NONAMELESSUNION
#define _WIN32_IE 0x500
#include <windows.h>
#include <commctrl.h>
#include <shellapi.h>

View File

@ -20,7 +20,6 @@
*/
#define WIN32_LEAN_AND_MEAN
#define _WIN32_IE 0x0400
#include <stdarg.h>
#include <stdlib.h>