mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 23:57:50 +01:00
Reorganize and clean up visual studio build configurations.
This commit is contained in:
@@ -313,6 +313,8 @@ int zmq::signaler_t::make_fdpair (fd_t *r_, fd_t *w_)
|
||||
}
|
||||
else if (signaler_port != 0) {
|
||||
TCHAR mutex_name[64];
|
||||
/* VC++ v120 swprintf has been changed to conform with the
|
||||
ISO C standard, adding an extra character count parameter. */
|
||||
_stprintf (mutex_name, TEXT ("Global\\zmq-signaler-port-%d"), signaler_port);
|
||||
|
||||
# if !defined _WIN32_WCE
|
||||
|
||||
Reference in New Issue
Block a user