win32: Split out fallback code into separate file

(1) Actual Windows users don't care about it
(2) It's easier to get rid of
This commit is contained in:
Benjamin Otte
2016-02-17 02:43:18 +01:00
parent 3e5be58991
commit 37e3ccb2f6
4 changed files with 139 additions and 43 deletions

View File

@ -564,6 +564,7 @@ gtk_private_h_sources = \
gtktreeprivate.h \
gtkwidgetprivate.h \
gtkwidgetpathprivate.h \
gtkwin32drawprivate.h \
gtkwin32themeprivate.h \
gtkwindowprivate.h \
gtktreemenu.h \
@ -926,6 +927,7 @@ gtk_base_c_sources = \
gtkwidgetpath.c \
gtkwindow.c \
gtkwindowgroup.c \
gtkwin32draw.c \
gtkwin32theme.c \
gdkpixbufutils.c