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
347081d5
Commit
347081d5
authored
Apr 15, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Apr 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent CY type from being redefined.
parent
5b338a87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
wtypes.h
include/wtypes.h
+3
-0
wtypes.idl
include/wtypes.idl
+3
-0
No files found.
include/wtypes.h
View file @
347081d5
...
...
@@ -617,6 +617,8 @@ typedef struct tagCY {
} CY;
#else
#ifndef _tagCY_DEFINED
#define _tagCY_DEFINED
typedef
union
tagCY
{
struct
{
#ifdef WORDS_BIGENDIAN
...
...
@@ -630,6 +632,7 @@ typedef union tagCY {
LONGLONG
int64
;
}
CY
;
#endif
#endif
typedef
CY
*
LPCY
;
#if 0
...
...
include/wtypes.idl
View file @
347081d5
...
...
@@ -570,6 +570,8 @@ typedef struct tagCY {
LONGLONG
int64
;
}
CY
;
cpp_quote
(
"#else"
)
/*
C
/
C
++
defs
*/
cpp_quote
(
"#ifndef _tagCY_DEFINED"
)
cpp_quote
(
"#define _tagCY_DEFINED"
)
cpp_quote
(
"typedef union tagCY {"
)
cpp_quote
(
" struct {"
)
cpp_quote
(
"#ifdef WORDS_BIGENDIAN"
)
...
...
@@ -583,6 +585,7 @@ cpp_quote(" } DUMMYSTRUCTNAME;")
cpp_quote
(
" LONGLONG int64;"
)
cpp_quote
(
"} CY;"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#endif"
)
typedef
CY
*
LPCY
;
...
...
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