| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -155,7 +155,8 @@ IF (APPLE)
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
 | 
					 | 
					 | 
					 | 
					    set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					ELSEIF(MINGW)
 | 
					 | 
					 | 
					 | 
					ELSEIF(MINGW)
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # GCC does not support codecvt, so use iconv instead
 | 
					 | 
					 | 
					 | 
					    # GCC does not support codecvt, so use iconv instead
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    set(PLATFORM_LIBRARIES winmm ws2_32 iconv)
 | 
					 | 
					 | 
					 | 
					    # PSAPI is the Process Status API
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    set(PLATFORM_LIBRARIES winmm ws2_32 psapi iconv)
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # WSAPoll functionality doesn't exist before WinNT 6.x (Vista and up)
 | 
					 | 
					 | 
					 | 
					    # WSAPoll functionality doesn't exist before WinNT 6.x (Vista and up)
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    add_definitions(-D_WIN32_WINNT=0x0600)
 | 
					 | 
					 | 
					 | 
					    add_definitions(-D_WIN32_WINNT=0x0600)
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |