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
5b04c3ea
Commit
5b04c3ea
authored
Feb 14, 2006
by
Jeremy White
Committed by
Alexandre Julliard
Feb 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twain: Make structures respect 2 byte packing requirements.
parent
22357ca3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
twain.h
dlls/twain/twain.h
+6
-0
No files found.
dlls/twain/twain.h
View file @
5b04c3ea
...
...
@@ -57,6 +57,9 @@
#include "windef.h"
#include "winbase.h"
/* The Twain structures must be packed on 2 byte alignment */
#include "pshpack2.h"
#undef FAR
#define FAR
#define huge
...
...
@@ -1861,4 +1864,7 @@ typedef TW_UINT16 (*DSENTRYPROC)(pTW_IDENTITY,
}
#endif
/* cplusplus */
/* The Twain structures must be packed on 2 byte alignment */
#include "poppack.h"
#endif
/* TWAIN */
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