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
6f686490
Commit
6f686490
authored
Jun 17, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jun 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed POINTS definition for WORDS_BIGENDIAN case.
parent
2aa7f3c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
windef.h
include/windef.h
+5
-0
No files found.
include/windef.h
View file @
6f686490
...
@@ -315,8 +315,13 @@ typedef struct _POINTL
...
@@ -315,8 +315,13 @@ typedef struct _POINTL
typedef
struct
tagPOINTS
typedef
struct
tagPOINTS
{
{
#ifdef WORDS_BIGENDIAN
SHORT
y
;
SHORT
x
;
#else
SHORT
x
;
SHORT
x
;
SHORT
y
;
SHORT
y
;
#endif
}
POINTS
,
*
PPOINTS
,
*
LPPOINTS
;
}
POINTS
,
*
PPOINTS
,
*
LPPOINTS
;
/* The RECT structure */
/* The RECT structure */
...
...
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