Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
21c8663f
Commit
21c8663f
authored
Nov 19, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Nov 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use _WINNT_ as exclusion define for source compatibility.
parent
1d428e6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mlang.idl
include/mlang.idl
+1
-1
winnt.h
include/winnt.h
+3
-3
No files found.
include/mlang.idl
View file @
21c8663f
...
...
@@ -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"
)
...
...
include/winnt.h
View file @
21c8663f
...
...
@@ -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_
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment