forwarder device compilable on windows

This commit is contained in:
Martin Sustrik
2009-09-14 17:04:57 +02:00
parent 6cfd175e31
commit f7ad4a203a
5 changed files with 196 additions and 5 deletions

View File

@@ -484,9 +484,6 @@ PyMODINIT_FUNC initlibpyzmq ()
t = PyInt_FromLong (ZMQ_SWAP);
PyDict_SetItemString (dict, "SWAP", t);
Py_DECREF (t);
t = PyInt_FromLong (ZMQ_MASK);
PyDict_SetItemString (dict, "MASK", t);
Py_DECREF (t);
t = PyInt_FromLong (ZMQ_AFFINITY);
PyDict_SetItemString (dict, "AFFINITY", t);
Py_DECREF (t);