summaryrefslogtreecommitdiff
path: root/src/fd.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-03 11:30:13 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-03 11:30:13 +0200
commitcc3755a16f00026af882ed14d122cc8aa6d50e82 (patch)
tree33a2197bab1bd6068dbfcc446fe70aaa07808fa9 /src/fd.hpp
parent183b6887644ac05c951a3f9143248ed86e91052f (diff)
renamed from zs to zmq
Diffstat (limited to 'src/fd.hpp')
-rw-r--r--src/fd.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fd.hpp b/src/fd.hpp
index 4d45ed2..b7b2391 100644
--- a/src/fd.hpp
+++ b/src/fd.hpp
@@ -17,16 +17,16 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __ZS_FD_HPP_INCLUDED__
-#define __ZS_FD_HPP_INCLUDED__
+#ifndef __ZMQ_FD_HPP_INCLUDED__
+#define __ZMQ_FD_HPP_INCLUDED__
#include "platform.hpp"
-#ifdef ZS_HAVE_WINDOWS
+#ifdef ZMQ_HAVE_WINDOWS
#include "windows.hpp"
#endif
-namespace zs
+namespace zmq
{
#ifdef _MSC_VER
#if (_MSC_VER <= 1400)