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
08272af6
Commit
08272af6
authored
Sep 05, 2011
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gphoto2.ds: Include system headers before Windows headers.
parent
f9a9a18e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
15 deletions
+4
-15
capability.c
dlls/gphoto2.ds/capability.c
+0
-3
ds_image.c
dlls/gphoto2.ds/ds_image.c
+2
-5
gphoto2_i.h
dlls/gphoto2.ds/gphoto2_i.h
+1
-0
gphoto2_main.c
dlls/gphoto2.ds/gphoto2_main.c
+0
-3
ui.c
dlls/gphoto2.ds/ui.c
+1
-4
No files found.
dlls/gphoto2.ds/capability.c
View file @
08272af6
...
...
@@ -24,9 +24,6 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "gphoto2_i.h"
#include "wine/debug.h"
...
...
dlls/gphoto2.ds/ds_image.c
View file @
08272af6
...
...
@@ -20,17 +20,14 @@
#include "config.h"
#include "wine/port.h"
#include "wine/library.h"
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "gphoto2_i.h"
#include "wingdi.h"
#include "winuser.h"
#include "twain.h"
#include "gphoto2_i.h"
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
twain
);
...
...
dlls/gphoto2.ds/gphoto2_i.h
View file @
08272af6
...
...
@@ -48,6 +48,7 @@
# include <jpeglib.h>
# undef HAVE_STDLIB_H
# define HAVE_STDLIB_H 1
# undef UINT8
# undef UINT16
#endif
...
...
dlls/gphoto2.ds/gphoto2_main.c
View file @
08272af6
...
...
@@ -28,9 +28,6 @@
#endif
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "twain.h"
#include "gphoto2_i.h"
#include "wine/debug.h"
...
...
dlls/gphoto2.ds/ui.c
View file @
08272af6
...
...
@@ -26,16 +26,13 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "gphoto2_i.h"
#include "winuser.h"
#include "winnls.h"
#include "wingdi.h"
#include "winreg.h"
#include "commctrl.h"
#include "prsht.h"
#include "twain.h"
#include "gphoto2_i.h"
#include "wine/debug.h"
#include "resource.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