Hash :
f16bb1a7
Author :
Date :
2017-05-10T23:39:15
Implement a way to opt out from MSVC support, part 2. * modules/msvc-inval (Include): Document recommended idiom. * modules/msvc-nothrow (Include): Likewise.
Description:
invalid parameter handler for MSVC runtime libraries
Files:
lib/msvc-inval.h
lib/msvc-inval.c
m4/msvc-inval.m4
Depends-on:
configure.ac:
AC_REQUIRE([gl_MSVC_INVAL])
if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
AC_LIBOBJ([msvc-inval])
fi
Makefile.am:
Include:
#if HAVE_MSVC_INVALID_PARAMETER_HANDLER
# include "msvc-inval.h"
#endif
License:
LGPLv2+
Maintainer:
all