gphoto2.ds: Include system headers before Windows headers.
This commit is contained in:
parent
f9a9a18e1d
commit
08272af642
|
@ -24,9 +24,6 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "twain.h"
|
||||
#include "gphoto2_i.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
# include <jpeglib.h>
|
||||
# undef HAVE_STDLIB_H
|
||||
# define HAVE_STDLIB_H 1
|
||||
# undef UINT8
|
||||
# undef UINT16
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue