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
5d513c1b
Commit
5d513c1b
authored
Feb 19, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Avoid redefinition of WIN32 in twain.h.
parent
de02d20e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
28 deletions
+7
-28
twain.h
include/twain.h
+7
-28
No files found.
include/twain.h
View file @
5d513c1b
...
...
@@ -62,11 +62,6 @@
#undef FAR
#define FAR
#define huge
#define WIN32
#define _WIN32
#undef __declspec
#define __declspec(spec)
/****************************************************************************
* TWAIN Version *
...
...
@@ -86,16 +81,8 @@
#ifdef _MSWIN_
typedef
HANDLE
TW_HANDLE
;
typedef
LPVOID
TW_MEMREF
;
/* SDH - 05/05/95 - TWUNK */
/* For common code between 16 and 32 bits. */
# ifdef WIN32
# define TW_HUGE
# else
/* WIN32 */
# define TW_HUGE huge
# endif
/* WIN32 */
typedef
BYTE
TW_HUGE
*
HPBYTE
;
typedef
void
TW_HUGE
*
HPVOID
;
typedef
BYTE
*
HPBYTE
;
typedef
void
*
HPVOID
;
#endif
/* _MSWIN_ */
#ifdef _MAC_
...
...
@@ -1830,19 +1817,11 @@ typedef TW_UINT16 (*DSMENTRYPROC)(pTW_IDENTITY, pTW_IDENTITY,
extern
"C"
{
#endif
/* __cplusplus */
#ifdef _MSWIN_
# ifdef _WIN32
__declspec
(
dllexport
)
TW_UINT16
FAR
PASCAL
DS_Entry
(
pTW_IDENTITY
pOrigin
,
TW_UINT32
DG
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
# else
/* _WIN32 */
TW_UINT16
FAR
PASCAL
DS_Entry
(
pTW_IDENTITY
pOrigin
,
TW_UINT32
DG
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
# endif
/* _WIN32 */
TW_UINT16
DECLSPEC_EXPORT
PASCAL
DS_Entry
(
pTW_IDENTITY
pOrigin
,
TW_UINT32
DG
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
typedef
TW_UINT16
(
FAR
PASCAL
*
DSENTRYPROC
)
(
pTW_IDENTITY
pOrigin
,
TW_UINT32
DG
,
...
...
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