mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
gio: Rename gnetworkmonitorwindows to gwin32networkmonitor
This makes it more consistent with the other win32 objects in GIO. This commit just renames the files; a follow-up commit will rename the GObject. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=685442
This commit is contained in:
parent
f9aacf3952
commit
ba976f13b6
@ -345,8 +345,8 @@ win32_actual_sources = \
|
||||
gwin32outputstream.c \
|
||||
gwin32outputstream.h \
|
||||
gwin32networking.h \
|
||||
gnetworkmonitorwindows.c \
|
||||
gnetworkmonitorwindows.h \
|
||||
gwin32networkmonitor.c \
|
||||
gwin32networkmonitor.h \
|
||||
$(NULL)
|
||||
|
||||
win32_more_sources_for_vcproj = \
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <iphlpapi.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "gnetworkmonitorwindows.h"
|
||||
#include "gwin32networkmonitor.h"
|
||||
#include "ginetaddress.h"
|
||||
#include "ginetaddressmask.h"
|
||||
#include "ginitable.h"
|
@ -388,8 +388,8 @@ else
|
||||
'gwin32volumemonitor.c',
|
||||
'gwin32inputstream.c',
|
||||
'gwin32outputstream.c',
|
||||
'gnetworkmonitorwindows.c',
|
||||
'gnetworkmonitorwindows.h',
|
||||
'gwin32networkmonitor.c',
|
||||
'gwin32networkmonitor.h',
|
||||
)
|
||||
|
||||
gio_win_rc = configure_file(
|
||||
|
Loading…
Reference in New Issue
Block a user