summaryrefslogtreecommitdiff
path: root/foreign
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-15 07:32:49 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-15 07:32:49 +0200
commit1c33941be9d564733c15fe0466906fdf0bbd46b8 (patch)
tree9348422063498c3598624b6e60bf4de6180b661e /foreign
parentea18d30c209cb4e3f0dd0bc5e4380345e81b6fb6 (diff)
parent370cde09226d8a1b87eeac306fe97d64b4ea63a3 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'foreign')
-rw-r--r--foreign/xmlParser/xmlParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreign/xmlParser/xmlParser.cpp b/foreign/xmlParser/xmlParser.cpp
index 48b02f9..70fe1d9 100644
--- a/foreign/xmlParser/xmlParser.cpp
+++ b/foreign/xmlParser/xmlParser.cpp
@@ -94,7 +94,7 @@
//#include <crtdbg.h>
//#endif
#define WIN32_LEAN_AND_MEAN
-#include <Windows.h> // to have IsTextUnicode, MultiByteToWideChar, WideCharToMultiByte to handle unicode files
+#include <windows.h> // to have IsTextUnicode, MultiByteToWideChar, WideCharToMultiByte to handle unicode files
// to have "MessageBoxA" to display error messages for openFilHelper
#endif