mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Fix for atof with glibc.
This commit is contained in:
		| @@ -668,7 +668,6 @@ | ||||
| #include "imgui_internal.h" | ||||
|  | ||||
| #include <ctype.h>      // toupper, isprint | ||||
| #include <stdlib.h>     // NULL, malloc, free, qsort, atoi | ||||
| #include <stdio.h>      // vsnprintf, sscanf, printf | ||||
| #if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier | ||||
| #include <stddef.h>     // intptr_t | ||||
|   | ||||
		Reference in New Issue
	
	Block a user