mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Merge branch 'master' into docking
# Conflicts: # examples/imgui_impl_opengl3.cpp # imgui_widgets.cpp
This commit is contained in:
		| @@ -101,12 +101,17 @@ Index of this file: | ||||
| // Play it nice with Windows users. Notepad in 2017 still doesn't display text data with Unix-style \n. | ||||
| #ifdef _WIN32 | ||||
| #define IM_NEWLINE  "\r\n" | ||||
| #define snprintf    _snprintf | ||||
| #define vsnprintf   _vsnprintf | ||||
| #else | ||||
| #define IM_NEWLINE  "\n" | ||||
| #endif | ||||
|  | ||||
| #if defined(_MSC_VER) && !defined(snprintf) | ||||
| #define snprintf    _snprintf | ||||
| #endif | ||||
| #if defined(_MSC_VER) && !defined(vsnprintf) | ||||
| #define vsnprintf   _vsnprintf | ||||
| #endif | ||||
|  | ||||
| //----------------------------------------------------------------------------- | ||||
| // [SECTION] Forward Declarations, Helpers | ||||
| //----------------------------------------------------------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user