Commit 21c8663f authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Use _WINNT_ as exclusion define for source compatibility.

parent 1d428e6a
......@@ -21,7 +21,7 @@ import "unknwn.idl";
interface IStream;
/* FIXME: LANDID is defined in winnt.h and mlang.h in the platform SDK */
cpp_quote("#ifndef __WINE_WINNT_H")
cpp_quote("#ifndef _WINNT_")
typedef WORD LANGID;
cpp_quote("#endif")
......
......@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_WINNT_H
#define __WINE_WINNT_H
#ifndef _WINNT_
#define _WINNT_
#include <basetsd.h>
......@@ -3648,4 +3648,4 @@ ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
#define VER_AND 6
#define VER_OR 7
#endif /* __WINE_WINNT_H */
#endif /* _WINNT_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment