Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / msvc-inval
blob5907190b1a866898a57195d80dde45cea5f3cc1b
1 Description:
2 invalid parameter handler for MSVC runtime libraries
4 Files:
5 lib/msvc-inval.h
6 lib/msvc-inval.c
7 m4/msvc-inval.m4
9 Depends-on:
11 configure.ac:
12 AC_REQUIRE([gl_MSVC_INVAL])
13 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
14   AC_LIBOBJ([msvc-inval])
17 Makefile.am:
19 Include:
20 #if HAVE_MSVC_INVALID_PARAMETER_HANDLER
21 # include "msvc-inval.h"
22 #endif
24 License:
25 LGPLv2+
27 Maintainer:
28 all