diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-23 00:24:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-23 00:27:35 +0300 |
commit | 97529fc38405cb75a7c924d8f228fa28b2a82f6c (patch) | |
tree | 39f5fb5593b05cbcbf6b8bbeb97065a44d9df6fd /dtrans/test | |
parent | 17e84ae72d784c9c5c1b9ebc3eb3c5fb989121e8 (diff) |
Fix includes for MinGW cross-compilation
Don't use backslashes. Use correct case in header names.
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/transferable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx index 315b3f55c9b2..cc2863e8c237 100644 --- a/dtrans/test/win32/dnd/transferable.hxx +++ b/dtrans/test/win32/dnd/transferable.hxx @@ -53,7 +53,7 @@ #include <process.h> -#include "..\..\source\win32\ImplHelper.hxx" +#include "../../source/win32/ImplHelper.hxx" //------------------------------------------------------------- |