File diff r14207:f0d2dcb62e53 → r14208:c4ac4f772e63
src/crashlog.cpp
Show inline comments
 
@@ -134,6 +134,9 @@ char *CrashLog::LogConfiguration(char *b
 
#ifdef WITH_ICU
 
#	include <unicode/uversion.h>
 
#endif /* WITH_ICU */
 
#ifdef WITH_LZO
 
#include <lzo/lzo1x.h>
 
#endif
 
#ifdef WITH_SDL
 
#	include "sdl.h"
 
#	include <SDL.h>
 
@@ -173,6 +176,10 @@ char *CrashLog::LogLibraries(char *buffe
 
	buffer += seprintf(buffer, last, " ICU:        %s\n", buf);
 
#endif /* WITH_ICU */
 

	
 
#ifdef WITH_LZO
 
	buffer += seprintf(buffer, last, " LZO:        %s\n", lzo_version_string());
 
#endif
 

	
 
#ifdef WITH_PNG
 
	buffer += seprintf(buffer, last, " PNG:        %s\n", png_get_libpng_ver(NULL));
 
#endif /* WITH_PNG */