added define for isnanf to be _isnanf on windows, because windows sucks
This commit is contained in:
		
							parent
							
								
									810761aedf
								
							
						
					
					
						commit
						4e5ed0af94
					
				| 
						 | 
				
			
			@ -4,6 +4,11 @@
 | 
			
		|||
#include "stddef.h"
 | 
			
		||||
#include <math.h>
 | 
			
		||||
 | 
			
		||||
#if defined _WIN32 && ! defined isnanf
 | 
			
		||||
# define isnanf(x) _isnanf(x)
 | 
			
		||||
# define HAVE_ISNANF
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if VMATH_SDL == 1
 | 
			
		||||
 | 
			
		||||
#include <SDL2/SDL_rect.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue