diff options
Diffstat (limited to 'Src/Wasabi/api/application/pathmgr.cpp')
-rw-r--r-- | Src/Wasabi/api/application/pathmgr.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Src/Wasabi/api/application/pathmgr.cpp b/Src/Wasabi/api/application/pathmgr.cpp new file mode 100644 index 00000000..ffdce62a --- /dev/null +++ b/Src/Wasabi/api/application/pathmgr.cpp @@ -0,0 +1,14 @@ +#include <precomp.h> +#include "pathmgr.h" +#include <api/api.h> +#include <bfc/util/inifile.h> + +#if !defined(WIN32) && !defined(LINUX) +#error port me +#endif + +#ifdef WIN32 +#include <shlobj.h> +#endif + + |