mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/msvc-inval (Include): Document recommended idiom. * modules/msvc-nothrow (Include): Likewise.
29 lines
396 B
Plaintext
29 lines
396 B
Plaintext
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
|