diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-06-26 02:44:01 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-06-26 02:44:01 +0000 |
| commit | 23d5469ec5ad66224b3097145335eee3e27b633b (patch) | |
| tree | b090187f2fe22e1c471a7ee7d1776c8d23afe5af /src/ui/widget | |
| parent | Fix filters/extensions menus not populating (diff) | |
| parent | fix windows build (gtk3) partly. broken because of windows.h poluting namespa... (diff) | |
| download | inkscape-23d5469ec5ad66224b3097145335eee3e27b633b.tar.gz inkscape-23d5469ec5ad66224b3097145335eee3e27b633b.zip | |
Update to exp. r13409
(bzr r13341.5.5)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/preferences-widget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 3ba00c083..7f3e6cd47 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -14,10 +14,6 @@ # include <config.h> #endif -#ifdef WIN32 -#include <windows.h> -#endif - #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif @@ -49,6 +45,10 @@ #include <glibmm/convert.h> #include <glibmm/i18n.h> +#ifdef WIN32 +#include <windows.h> +#endif + using namespace Inkscape::UI::Widget; namespace Inkscape { |
