Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
8bb21b71
Commit
8bb21b71
authored
Feb 09, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Undefine a few Unicode macros that conflict with interface functions.
parent
e3c52253
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
0 deletions
+17
-0
nsiface.idl
dlls/mshtml/nsiface.idl
+5
-0
bits.idl
include/bits.idl
+4
-0
mshtml.idl
include/mshtml.idl
+4
-0
tom.idl
include/tom.idl
+4
-0
No files found.
dlls/mshtml/nsiface.idl
View file @
8bb21b71
...
...
@@ -28,6 +28,11 @@ cpp_quote("#define GECKO_VERSION_STRING \"Wine Gecko \" GECKO_VERSION")
import
"wtypes.idl"
;
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef GetForm"
)
cpp_quote
(
"#undef SetPort"
)
cpp_quote
(
"#endif"
)
typedef
HRESULT
nsresult
;
typedef
ULONG
nsrefcnt
;
...
...
include/bits.idl
View file @
8bb21b71
...
...
@@ -30,6 +30,10 @@ cpp_quote("#define BG_NOTIFY_JOB_ERROR 0x0002")
cpp_quote
(
"#define BG_NOTIFY_DISABLE 0x0004"
)
cpp_quote
(
"#define BG_NOTIFY_JOB_MODIFICATION 0x0008"
)
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef EnumJobs"
)
cpp_quote
(
"#undef GetJob"
)
cpp_quote
(
"#endif"
)
#
define
BG_ENUM_SIZEIS
(
maxcount
)
maxcount
#
define
BG_ENUM_LENGTHIS
(
maxcount
,
lengthptr
)
lengthptr
?
*
lengthptr
:
maxcount
...
...
include/mshtml.idl
View file @
8bb21b71
...
...
@@ -33,6 +33,10 @@ cpp_quote("DEFINE_GUID(SID_SHTMLEditServices, 0x3050f7f9,0x98b5,0x11cf,0xbb,0x
cpp_quote
(
"#define SID_SHTMLWindow IID_IHTMLWindow2"
)
cpp_quote
(
"#define SID_SElementBehaviorFactory IID_IElementBehaviorFactory"
)
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef FindText"
)
cpp_quote
(
"#endif"
)
typedef
enum
{
POINTER_GRAVITY_Left
,
POINTER_GRAVITY_Right
,
...
...
include/tom.idl
View file @
8bb21b71
...
...
@@ -18,6 +18,10 @@
import
"oaidl.idl"
;
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef FindText"
)
cpp_quote
(
"#endif"
)
typedef
enum
tagTomConstants
{
tomFalse
=
0
,
...
...
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