summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2011-04-15 07:17:08 +0000
committerJasper van de Gronde <jasper.vandegronde@gmail.com>2011-04-15 07:17:08 +0000
commitc260fcd615791615b33f55459dabe38e64ee3471 (patch)
tree0eb19c8b2ccae81bad3ce9ea16df296e29fc8245 /src/main.cpp
parentFix a rounding error that resulted in seams at some zoom levels when (diff)
downloadinkscape-c260fcd615791615b33f55459dabe38e64ee3471.tar.gz
inkscape-c260fcd615791615b33f55459dabe38e64ee3471.zip
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
(bzr r9508.1.82)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ac0994be6..b510f6902 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -100,9 +100,8 @@
#include <extension/input.h>
#ifdef WIN32
+#include <windows.h>
#include "registrytool.h"
-#include "extension/internal/win32.h"
-using Inkscape::Extension::Internal::PrintWin32;
#endif // WIN32
#include "extension/init.h"
@@ -702,9 +701,6 @@ main(int argc, char **argv)
}
#ifdef WIN32
-#ifndef REPLACEARGS_ANSI
- if ( PrintWin32::is_os_wide() )
-#endif // REPLACEARGS_ANSI
{
// If the call fails, we'll need to convert charsets
needToRecodeParams = !replaceArgs( argc, argv );