mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
platform.hpp for MSVC contains only very basic stuff
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef _WIN32
|
||||
#ifdef _WIN32
|
||||
# include "../src/windows.hpp"
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user