summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-20 22:26:55 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-20 22:27:00 +0300
commit104587b4ee67fca94123650022d1cbab9b298002 (patch)
treedfc9ca8a5efadae97736832a9f1e07c10310a9ae /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
parent5e89ebcafdca40d8766dcd8b2768476aa3e4f15f (diff)
MinGW fixes
Unfortunately IFileDialog is missing from both mingw-w64 and Wine headers, so we can't build the specialized file picker for Vista or newer with MinGW. That sucks. Also fix some file name case and backslash botches in #include statements.
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
index 0c58f88c0a74..c5501fbd5e94 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
@@ -43,7 +43,7 @@
#include "helppopupwindow.hxx"
#include "customcontrol.hxx"
#include "customcontrolfactory.hxx"
-#include "..\misc\resourceprovider.hxx"
+#include "../misc/resourceprovider.hxx"
#include <utility>
#include <memory>