libzmq/builds/msvc
Jos Decoster 37e4a38eb5 Fix compile error with Visual C++ 2008
File decoder.cpp does not compile with Visual C++ 2008:

1>c:\tmp\libzmq\src\decoder.cpp(117) : warning C4003: not enough actual parameters for macro 'max'
1>c:\tmp\libzmq\src\decoder.cpp(117) : error C2589: '(' : illegal token on right side of '::'
1>c:\tmp\libzmq\src\decoder.cpp(117) : error C2059: syntax error : '::'
1>c:\tmp\libzmq\src\decoder.cpp(117) : error C2143: syntax error : missing ';' before '{'

This error is caused by the precense of a macro 'max' when including
'windows.h'. To solve this problem, the preprocessor macro /DNOMINMAX must
be specified.
2012-05-05 23:56:49 +02:00
..
c_local_lat Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
c_local_thr Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
c_remote_lat Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
c_remote_thr Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
inproc_lat Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
inproc_thr Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
libzmq Fix compile error with Visual C++ 2008 2012-05-05 23:56:49 +02:00
properties Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
errno.cpp Add WinCE support. 2012-03-14 19:12:28 +04:00
errno.hpp Add WinCE support. 2012-03-14 19:12:28 +04:00
Makefile.am Fix MSVC10 build distfiles 2011-12-18 12:30:31 +01:00
msvc10.sln Added MSVC10 solution and project files for Windows 2011-12-15 14:03:43 +01:00
msvc.sln inproc perf tests now work on Windows 2011-04-02 09:50:35 +02:00
platform.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00