From c260fcd615791615b33f55459dabe38e64ee3471 Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Fri, 15 Apr 2011 09:17:08 +0200 Subject: No more PrintWin32, including no special cases for non-Unicode Windows anymore. (bzr r9508.1.82) --- src/io/sys.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index a68d02707..198be94e6 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -28,12 +28,6 @@ #include "preferences.h" #include "sys.h" -#ifdef WIN32 -// For now to get at is_os_wide(). -#include "extension/internal/win32.h" -using Inkscape::Extension::Internal::PrintWin32; -#endif // WIN32 - //#define INK_DUMP_FILENAME_CONV 1 #undef INK_DUMP_FILENAME_CONV -- cgit v1.2.3 From 08eedb1441005f836d223b6143dc15c8009a3535 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 17 May 2011 23:25:49 -0700 Subject: Made dependencies explicit and bumped versions. (bzr r10208) --- src/io/sys.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index a68d02707..e6c512be2 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -19,9 +19,7 @@ #include #include #include -#if GLIB_CHECK_VERSION(2,6,0) - #include -#endif +#include #include #include -- cgit v1.2.3 From a622000f4859173bb7ac484b86cefe9fa4f169e4 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 18 May 2011 21:43:01 -0700 Subject: Revert version bump so win devlibs can catch up. (bzr r10210) --- src/io/sys.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index e6c512be2..a68d02707 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -19,7 +19,9 @@ #include #include #include -#include +#if GLIB_CHECK_VERSION(2,6,0) + #include +#endif #include #include -- cgit v1.2.3 From 9865291b790f185d7ec2271c58e8653c9d4bb295 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Thu, 19 May 2011 22:01:27 -0700 Subject: Reinstating version bump. (bzr r10215) --- src/io/sys.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index a68d02707..e6c512be2 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -19,9 +19,7 @@ #include #include #include -#if GLIB_CHECK_VERSION(2,6,0) - #include -#endif +#include #include #include -- cgit v1.2.3 From f3756ff85a32f4b2a0771d0ac3bd78a69535395f Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Fri, 3 Jun 2011 11:44:52 +0100 Subject: Use generic headers in preparation for GTK+ 3 transition Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) --- src/io/sys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index e6c512be2..85857c2f0 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "preferences.h" #include "sys.h" -- cgit v1.2.3 From 4e51446f417ad82d2cdac758d0c5ce908ff88038 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Thu, 8 Dec 2011 11:53:54 +0000 Subject: Switch to top-level glib headers. Thanks to DimStar for patch Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) --- src/io/sys.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io/sys.cpp') diff --git a/src/io/sys.cpp b/src/io/sys.cpp index 437a9d18c..e83861237 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -17,9 +17,7 @@ #include #include -#include #include -#include #include #include -- cgit v1.2.3