Fix #1480
This commit is contained in:
		@@ -11,11 +11,9 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if !defined(SPDLOG_FMT_EXTERNAL)
 | 
					#if !defined(SPDLOG_FMT_EXTERNAL)
 | 
				
			||||||
#ifdef SPDLOG_HEADER_ONLY
 | 
					#if !defined(SPDLOG_COMPILED_LIB) && !defined(FMT_HEADER_ONLY)
 | 
				
			||||||
#ifndef FMT_HEADER_ONLY
 | 
					 | 
				
			||||||
#define FMT_HEADER_ONLY
 | 
					#define FMT_HEADER_ONLY
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#ifndef FMT_USE_WINDOWS_H
 | 
					#ifndef FMT_USE_WINDOWS_H
 | 
				
			||||||
#define FMT_USE_WINDOWS_H 0
 | 
					#define FMT_USE_WINDOWS_H 0
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user