repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
msvc-inval
blob
5907190b1a866898a57195d80dde45cea5f3cc1b
1
Description:
2
invalid parameter handler for MSVC runtime libraries
3
4
Files:
5
lib/msvc-inval.h
6
lib/msvc-inval.c
7
m4/msvc-inval.m4
8
9
Depends-on:
10
11
configure.ac:
12
AC_REQUIRE([gl_MSVC_INVAL])
13
if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
14
AC_LIBOBJ([msvc-inval])
15
fi
16
17
Makefile.am:
18
19
Include:
20
#if HAVE_MSVC_INVALID_PARAMETER_HANDLER
21
# include "msvc-inval.h"
22
#endif
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all