mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix gio/win32 build after -I flag changes
This commit is contained in:
parent
304c0c4746
commit
398f9841ed
@ -25,7 +25,6 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "gwin32directorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <windows.h>
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GWin32DirectoryMonitor,
|
||||
|
@ -29,8 +29,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "glocaldirectorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include "gio/glocaldirectorymonitor.h"
|
||||
#include "gio/giomodule.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -28,13 +28,13 @@
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "gfile.h"
|
||||
#include "gfileattribute.h"
|
||||
#include "gfileinfo.h"
|
||||
#include "gio/gfile.h"
|
||||
#include "gio/gfileattribute.h"
|
||||
#include "gio/gfileinfo.h"
|
||||
#include "gwinhttpfile.h"
|
||||
#include "gwinhttpfileinputstream.h"
|
||||
#include "gwinhttpfileoutputstream.h"
|
||||
#include "gioerror.h"
|
||||
#include "gio/gioerror.h"
|
||||
|
||||
#include "glibintl.h"
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "gcancellable.h"
|
||||
#include "gioerror.h"
|
||||
#include "gio/gcancellable.h"
|
||||
#include "gio/gioerror.h"
|
||||
#include "gwinhttpfileinputstream.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "gcancellable.h"
|
||||
#include "gioerror.h"
|
||||
#include "gio/gcancellable.h"
|
||||
#include "gio/gioerror.h"
|
||||
#include "gwinhttpfileoutputstream.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
|
@ -26,9 +26,9 @@
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#include "gioerror.h"
|
||||
#include "giomodule.h"
|
||||
#include "gvfs.h"
|
||||
#include "gio/gioerror.h"
|
||||
#include "gio/giomodule.h"
|
||||
#include "gio/gvfs.h"
|
||||
|
||||
#include "gwinhttpfile.h"
|
||||
#include "gwinhttpvfs.h"
|
||||
|
@ -26,8 +26,7 @@
|
||||
#define __G_WINHTTP_VFS_H__
|
||||
|
||||
#include <gio/giotypes.h>
|
||||
|
||||
#include "gvfs.h"
|
||||
#include <gio/gvfs.h>
|
||||
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user