Changeset - r23749:d84c20e4162e
[Not reviewed]
master
0 1 0
glx22 - 5 years ago 2019-06-02 22:18:28
glx22@users.noreply.github.com
Fix: vcpkg used to patch lzma.h to define LZMA_API_STATIC for static builds (#7614)
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -233,6 +233,13 @@
 
#		endif
 
#	endif
 

	
 
	/* liblzma from vcpkg (before 5.2.4-2) used to patch lzma.h to define LZMA_API_STATIC for static builds */
 
#	if defined(WITH_LIBLZMA)
 
#		if !defined(LZMA_API_STATIC)
 
#			define LZMA_API_STATIC
 
#		endif
 
#	endif
 

	
 
	#define strcasecmp stricmp
 
	#define strncasecmp strnicmp
 
	#define strtoull _strtoui64
0 comments (0 inline, 0 general)