Changeset 74653 in vbox for trunk/src/libs
- Timestamp:
- Oct 7, 2018 12:49:57 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125545
- Location:
- trunk/src/libs/libxml2-2.9.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.4/Makefile.kmk
r66908 r74653 26 26 VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 27 27 VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \ 28 LIBXML_STATIC _FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H28 LIBXML_STATIC LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_COMPILER_TLS HAVE_ZLIB_H 29 29 VBox-libxml2_CFLAGS.win.amd64 = -wd4267 30 30 VBox-libxml2_CFLAGS.win += -wd4701 # potentially uninitialized local variable 'l' used -
trunk/src/libs/libxml2-2.9.4/libxml.h
r65950 r74653 116 116 #endif 117 117 #endif 118 #if !defined(PIC) && !defined(NOLIBTOOL) 118 #if !defined(PIC) && !defined(NOLIBTOOL) /* VBox: */ && !defined(LIBXML_STATIC) 119 119 # define LIBXML_STATIC 120 120 #endif
Note:
See TracChangeset
for help on using the changeset viewer.