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
4a91eb36
Commit
4a91eb36
authored
Jan 23, 2020
by
Michael Cronenworth
Committed by
Alexandre Julliard
Jan 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
twain_32: Global variable compatibility update for gcc 10.
Signed-off-by:
Michael Cronenworth
<
mike@cchtml.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
44e69405
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
twain32_main.c
dlls/twain_32/twain32_main.c
+3
-1
twain_i.h
dlls/twain_32/twain_i.h
+3
-3
No files found.
dlls/twain_32/twain32_main.c
View file @
4a91eb36
...
...
@@ -29,7 +29,9 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
twain
);
extern
HINSTANCE
DSM_hinstance
;
TW_UINT16
DSM_twCC
;
activeDS
*
activeSources
;
HINSTANCE
DSM_hinstance
;
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstance
,
DWORD
reason
,
LPVOID
reserved
)
{
...
...
dlls/twain_32/twain_i.h
View file @
4a91eb36
...
...
@@ -45,11 +45,11 @@ typedef struct tagActiveDS
HWND
event_window
;
}
activeDS
;
TW_UINT16
DSM_twCC
DECLSPEC_HIDDEN
;
/* current condition code of Source Manager */
extern
TW_UINT16
DSM_twCC
DECLSPEC_HIDDEN
;
/* current condition code of Source Manager */
activeDS
*
activeSources
DECLSPEC_HIDDEN
;
/* list of active data sources */
extern
activeDS
*
activeSources
DECLSPEC_HIDDEN
;
/* list of active data sources */
HINSTANCE
DSM_hinstance
DECLSPEC_HIDDEN
;
extern
HINSTANCE
DSM_hinstance
DECLSPEC_HIDDEN
;
/* Implementation of operation triplets (From Application to Source Manager) */
extern
TW_UINT16
TWAIN_CloseDS
...
...
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