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
43bca238
Commit
43bca238
authored
Apr 21, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Use packing only for public ILHEAD structure, 2 bytes packing is enough.
parent
e0195ca4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
imagelist.h
dlls/comctl32/imagelist.h
+2
-3
No files found.
dlls/comctl32/imagelist.h
View file @
43bca238
...
...
@@ -27,8 +27,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "pshpack1.h"
/* the ones with offsets at the end are the same as in Windows */
struct
_IMAGELIST
{
...
...
@@ -60,6 +58,7 @@ struct _IMAGELIST
#define IMAGELIST_MAGIC 0x53414D58
/* Header used by ImageList_Read() and ImageList_Write() */
#include "pshpack2.h"
typedef
struct
_ILHEAD
{
USHORT
usMagic
;
...
...
@@ -73,6 +72,6 @@ typedef struct _ILHEAD
WORD
flags
;
SHORT
ovls
[
4
];
}
ILHEAD
;
#include "poppack.h"
#endif
/* __WINE_IMAGELIST_H */
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