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
10adf6b8
Commit
10adf6b8
authored
Sep 13, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure we include config.h before including twain_i.h.
Fixes an activeDS.deviceHandle corruption bug.
parent
2d8d1e2f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
2 deletions
+11
-2
capability.c
dlls/twain/capability.c
+2
-0
ds_audio.c
dlls/twain/ds_audio.c
+1
-2
twain16_main.c
dlls/twain/twain16_main.c
+2
-0
twain32_main.c
dlls/twain/twain32_main.c
+2
-0
twain_i.h
dlls/twain/twain_i.h
+4
-0
No files found.
dlls/twain/capability.c
View file @
10adf6b8
...
...
@@ -19,6 +19,8 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "config.h"
#include <stdarg.h>
#include "windef.h"
...
...
dlls/twain/ds_audio.c
View file @
10adf6b8
...
...
@@ -17,7 +17,7 @@
*/
#include "twain.h"
#include "twain_i.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
twain
);
...
...
@@ -48,4 +48,3 @@ TW_UINT16 TWAIN_AudioNativeXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest,
return
TWRC_FAILURE
;
}
dlls/twain/twain16_main.c
View file @
10adf6b8
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"
...
...
dlls/twain/twain32_main.c
View file @
10adf6b8
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"
...
...
dlls/twain/twain_i.h
View file @
10adf6b8
...
...
@@ -19,6 +19,10 @@
#ifndef _TWAIN32_H
#define _TWAIN32_H
#ifndef __WINE_CONFIG_H
# error You must include config.h first
#endif
#ifdef HAVE_SANE
# include <sane/sane.h>
#endif
...
...
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