mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[REACTOS] Remove forced _WIN32_IE defines
No impact, as already deactivated or superseded or superfluous.
Import
7770e26f2d
This commit is contained in:
parent
5d393d73ad
commit
724466597f
7 changed files with 0 additions and 30 deletions
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _WIN32_IE 0x0400
|
||||
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -17,12 +17,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* make sure the structures work with a comctl32 v5.x */
|
||||
#ifndef __REACTOS__
|
||||
#define _WIN32_WINNT 0x500
|
||||
#define _WIN32_IE 0x500
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef __REACTOS__
|
||||
#define _WIN32_IE 0x600
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
|
|
@ -21,12 +21,6 @@
|
|||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
/* needed for IInternetZoneManagerEx2 */
|
||||
#ifdef __REACTOS__
|
||||
#undef _WIN32_IE
|
||||
#endif
|
||||
#define _WIN32_IE 0x0700
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -44,11 +44,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __REACTOS__
|
||||
#define _WIN32_WINNT 0x401
|
||||
#define _WIN32_IE 0x0500
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
#define DPA_GetPtr DPA_GetPtr_wine_hack
|
||||
#define FlatSB_SetScrollProp FlatSB_SetScrollProp_wine_hack
|
||||
|
||||
#if (_WIN32_IE < 0x501)
|
||||
#undef _WIN32_IE
|
||||
#define _WIN32_IE 0x0501
|
||||
#endif
|
||||
|
||||
#include <psdk/commctrl.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue