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
e01ea707
Commit
e01ea707
authored
Dec 02, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twain_32: Make some functions static.
parent
4c2a2111
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
twain32_main.c
dlls/twain_32/twain32_main.c
+1
-1
twain_i.h
dlls/twain_32/twain_i.h
+0
-14
No files found.
dlls/twain_32/twain32_main.c
View file @
e01ea707
...
...
@@ -62,7 +62,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
}
TW_UINT16
TWAIN_SourceManagerHandler
(
static
TW_UINT16
TWAIN_SourceManagerHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
...
...
dlls/twain_32/twain_i.h
View file @
e01ea707
...
...
@@ -44,23 +44,9 @@ TW_UINT16 DSM_currentState; /* current state of Source Manager */
TW_UINT16
DSM_twCC
;
/* current condition code of Source Manager */
TW_UINT32
DSM_sourceId
;
/* source id generator */
TW_UINT16
DSM_currentDevice
;
/* keep track of device during enumeration */
HINSTANCE
DSM_instance
;
activeDS
*
activeSources
;
/* list of active data sources */
/* Device Source Manager Control handlers */
extern
TW_UINT16
TWAIN_ControlGroupHandler
(
pTW_IDENTITY
pOrigin
,
pTW_IDENTITY
pDest
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
TWAIN_ImageGroupHandler
(
pTW_IDENTITY
pOrigin
,
pTW_IDENTITY
pDest
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
TWAIN_AudioGroupHandler
(
pTW_IDENTITY
pOrigin
,
pTW_IDENTITY
pDest
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
TWAIN_SourceManagerHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
/* Implementation of operation triplets (From Application to Source Manager) */
extern
TW_UINT16
TWAIN_CloseDS
(
pTW_IDENTITY
pOrigin
,
TW_MEMREF
pData
);
...
...
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