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
37e35840
Commit
37e35840
authored
Sep 05, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sane.ds: Include system headers before Windows headers.
parent
08272af6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
23 deletions
+11
-23
capability.c
dlls/sane.ds/capability.c
+0
-3
ds_ctrl.c
dlls/sane.ds/ds_ctrl.c
+0
-1
ds_image.c
dlls/sane.ds/ds_image.c
+1
-4
options.c
dlls/sane.ds/options.c
+0
-1
sane_i.h
dlls/sane.ds/sane_i.h
+9
-7
sane_main.c
dlls/sane.ds/sane_main.c
+0
-3
ui.c
dlls/sane.ds/ui.c
+1
-4
No files found.
dlls/sane.ds/capability.c
View file @
37e35840
...
@@ -25,9 +25,6 @@
...
@@ -25,9 +25,6 @@
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "sane_i.h"
#include "sane_i.h"
#include "winnls.h"
#include "winnls.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/sane.ds/ds_ctrl.c
View file @
37e35840
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
# include <unistd.h>
# include <unistd.h>
#endif
#endif
#include <stdlib.h>
#include <stdlib.h>
#include "twain.h"
#include "sane_i.h"
#include "sane_i.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/sane.ds/ds_image.c
View file @
37e35840
...
@@ -21,12 +21,9 @@
...
@@ -21,12 +21,9 @@
#include <stdarg.h>
#include <stdarg.h>
#include "windef.h"
#include "sane_i.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
#include "winuser.h"
#include "winuser.h"
#include "twain.h"
#include "sane_i.h"
#include "wine/debug.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
twain
);
WINE_DEFAULT_DEBUG_CHANNEL
(
twain
);
...
...
dlls/sane.ds/options.c
View file @
37e35840
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#include "config.h"
#include "config.h"
#include <stdlib.h>
#include <stdlib.h>
#include "twain.h"
#include "sane_i.h"
#include "sane_i.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/sane.ds/sane_i.h
View file @
37e35840
...
@@ -23,10 +23,19 @@
...
@@ -23,10 +23,19 @@
# error You must include config.h first
# error You must include config.h first
#endif
#endif
#include <stdarg.h>
#ifdef SONAME_LIBSANE
#ifdef SONAME_LIBSANE
# include <sane/sane.h>
# include <sane/sane.h>
# include <sane/saneopts.h>
# include <sane/saneopts.h>
#endif
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "twain.h"
#ifdef SONAME_LIBSANE
#define MAKE_FUNCPTR(f) typeof(f) * p##f DECLSPEC_HIDDEN;
#define MAKE_FUNCPTR(f) typeof(f) * p##f DECLSPEC_HIDDEN;
MAKE_FUNCPTR
(
sane_init
)
MAKE_FUNCPTR
(
sane_init
)
MAKE_FUNCPTR
(
sane_exit
)
MAKE_FUNCPTR
(
sane_exit
)
...
@@ -43,14 +52,7 @@ MAKE_FUNCPTR(sane_set_io_mode)
...
@@ -43,14 +52,7 @@ MAKE_FUNCPTR(sane_set_io_mode)
MAKE_FUNCPTR
(
sane_get_select_fd
)
MAKE_FUNCPTR
(
sane_get_select_fd
)
MAKE_FUNCPTR
(
sane_strstatus
)
MAKE_FUNCPTR
(
sane_strstatus
)
#undef MAKE_FUNCPTR
#undef MAKE_FUNCPTR
#endif
#endif
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "twain.h"
extern
HINSTANCE
SANE_instance
DECLSPEC_HIDDEN
;
extern
HINSTANCE
SANE_instance
DECLSPEC_HIDDEN
;
...
...
dlls/sane.ds/sane_main.c
View file @
37e35840
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "sane_i.h"
#include "sane_i.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "wine/library.h"
#include "wine/library.h"
...
...
dlls/sane.ds/ui.c
View file @
37e35840
...
@@ -26,14 +26,11 @@
...
@@ -26,14 +26,11 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#include "windef.h"
#include "sane_i.h"
#include "winbase.h"
#include "winuser.h"
#include "winuser.h"
#include "winnls.h"
#include "winnls.h"
#include "wingdi.h"
#include "wingdi.h"
#include "prsht.h"
#include "prsht.h"
#include "twain.h"
#include "sane_i.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "resource.h"
#include "resource.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
...
...
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