libzmq/builds/msvc
boris@boressoft.ru 318ba8836f Add WinCE support.
* Added two new files: errno.hpp and errno.cpp. They are required to use errno functionality on WM.
* zmq.cpp, msg.h: removed inclusion of errno.h because it is included in zmq.h that is also included by .cpp.
* windows.hpp: process.h is included only for desktop builds.
* thread.cpp: on CE CreateThread is used instead of __beginthreadex
* socket_base.cpp, clock.cpp: on CE include cmnintrin.h instead on intrin.h
* signaler.cpp: on Windows should use special macro around event name (for unicode builds)
* err.hpp: make it include errno.hpp (my file) instead on errno.h when building for CE
* err.cpp: use FormatMessage when building for CE (because CE does not have ANSI API functions)
* zmq.h: do not include errno.h whe building for CE
* libzmq.vcproj: add tro new files
2012-03-14 19:12:28 +04: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 Add WinCE support. 2012-03-14 19:12:28 +04: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