mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 12:17:39 +01:00 
			
		
		
		
	added windows.hpp with include check
includes windows.hpp if on windows build for mingw build errors from including zmq.h before windows.h
This commit is contained in:
		@@ -29,6 +29,12 @@
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
 | 
			
		||||
#include "platform.hpp"
 | 
			
		||||
 | 
			
		||||
#ifdef ZMQ_HAVE_WINDOWS
 | 
			
		||||
#include "windows.hpp"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "../include/zmq.h"
 | 
			
		||||
#include "macros.hpp"
 | 
			
		||||
#include "dish.hpp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user