diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-04-12 16:49:13 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-04-12 16:49:13 +0200 |
commit | 0024d290765f53428ff78eddc5a4bc675a13c6a7 (patch) | |
tree | af03ef61700fb8b232825ba68c10d8d4cf7a9154 /foreign/xmlParser | |
parent | 34964769399825e45b3efd02e642af97355707ef (diff) |
Build fixes for cross compiling and Win32
Diffstat (limited to 'foreign/xmlParser')
-rw-r--r-- | foreign/xmlParser/xmlParser.cpp | 2 |
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 |