mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	| @@ -33,6 +33,11 @@ Index of this file: | |||||||
| #include "imgui_internal.h" | #include "imgui_internal.h" | ||||||
|  |  | ||||||
| #include <ctype.h>      // toupper, isprint | #include <ctype.h>      // toupper, isprint | ||||||
|  | #if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier | ||||||
|  | #include <stddef.h>     // intptr_t | ||||||
|  | #else | ||||||
|  | #include <stdint.h>     // intptr_t | ||||||
|  | #endif | ||||||
|  |  | ||||||
| // Visual Studio warnings | // Visual Studio warnings | ||||||
| #ifdef _MSC_VER | #ifdef _MSC_VER | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user