mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-23 21:37:46 +00:00
testutil.hpp: Fix include path to windows.hpp
This commit is contained in:
parent
4732951d05
commit
64dbf56d6e
@ -47,7 +47,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
# include "windows.hpp"
|
# include "../src/windows.hpp"
|
||||||
# if defined _MSC_VER
|
# if defined _MSC_VER
|
||||||
# include <crtdbg.h>
|
# include <crtdbg.h>
|
||||||
# pragma warning(disable:4996)
|
# pragma warning(disable:4996)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user