Skip to content

Commit ba4230d

Browse files
authored
Merge pull request zeromq#245 from emwap/patch-1
Allow building with `-Werror=undef`
2 parents 85ae960 + 12b650b commit ba4230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zmqpp/compatibility.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <zmq.h>
3434

3535
// Include export file if on windows, generated by cmake only
36-
#if _WIN32
36+
#ifdef _WIN32
3737
#include "zmqpp_export.h"
3838
#else
3939
#define ZMQPP_EXPORT

0 commit comments

Comments
 (0)