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
c9178fdf
Commit
c9178fdf
authored
Apr 16, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added…
axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing AM_GBF_NODDSURFACELOCK define.
parent
33171f3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
axcore.idl
include/axcore.idl
+3
-0
No files found.
include/axcore.idl
View file @
c9178fdf
...
...
@@ -21,7 +21,9 @@ cpp_quote("#define CHARS_IN_GUID 39")
/*
GetTimeFormat
is
defined
in
winnls
.
h
as
*
either
the
W
or
A
suffixed
version
*/
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef GetTimeFormat"
)
cpp_quote
(
"#endif"
)
typedef
struct
_AMMediaType
{
...
...
@@ -472,6 +474,7 @@ cpp_quote("#define AM_GBF_PREVFRAMESKIPPED 1")
cpp_quote
(
"#define AM_GBF_NOTASYNCPOINT 2"
)
cpp_quote
(
"#define AM_GBF_NOWAIT 4"
)
cpp_quote
(
"#define AM_GBF_NODDSURFACELOCK 8"
)
[
object
,
...
...
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