diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-08 16:21:32 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-08 16:21:32 +0000 |
| commit | ef507c3c654d59575e8928e0a225c433bbe79aa7 (patch) | |
| tree | ef7d51a5796e72073738da0ef17033ad11a3cf75 /src/inkscape.cpp | |
| parent | cmake: fix inkscape-version for linked worktrees (diff) | |
| download | inkscape-ef507c3c654d59575e8928e0a225c433bbe79aa7.tar.gz inkscape-ef507c3c654d59575e8928e0a225c433bbe79aa7.zip | |
Hackfest Regression: Fix profile_path() not returning the correct directory
Also drop some unnecessary defines from the pre-XP era
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 22f7230a0..24a744bbd 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -30,20 +30,6 @@ #include "debug/simple-event.h" #include "debug/event-tracker.h" -#ifndef WIN32 -# define HAS_PROC_SELF_EXE //to get path of executable -#else - -#if !defined(_WIN32_IE) || (_WIN32_IE < 0x0400) -# undef _WIN32_IE -# define _WIN32_IE 0x0400 -#endif -//#define HAS_SHGetSpecialFolderPath -#define HAS_SHGetSpecialFolderLocation -#define HAS_GetModuleFileName -# include <shlobj.h> -#endif - #include <glib/gstdio.h> #include <glibmm/i18n.h> #include <glibmm/miscutils.h> |
