view modules/msvc-inval @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 170bda220264
children
line wrap: on
line source

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