mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Build fixes for cross compiling and Win32
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user