Build fixes for cross compiling and Win32

This commit is contained in:
Martin Lucina
2010-04-12 16:49:13 +02:00
parent 3496476939
commit 0024d29076
4 changed files with 28 additions and 17 deletions

View File

@@ -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