summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-20 18:04:30 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-20 18:14:05 +0300
commit046a0a124756a415ffb8417a3ad22bd726af909b (patch)
tree98413e7494166bd66b5ba9aeab1c67cb633bb566
parentf5a8197871ebf4076613370fd5de301f78365e0f (diff)
Win32 header names need to be in lowercase as that is how they are in MinGW
-rw-r--r--connectivity/source/drivers/ado/ADriver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/ado/ADriver.cxx b/connectivity/source/drivers/ado/ADriver.cxx
index 83a2bcdee1..d209629020 100644
--- a/connectivity/source/drivers/ado/ADriver.cxx
+++ b/connectivity/source/drivers/ado/ADriver.cxx
@@ -39,7 +39,7 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include "connectivity/dbexception.hxx"
#include "resource/ado_res.hrc"
-#include <Objbase.h>
+#include <objbase.h>
#include "resource/sharedresources.hxx"