Fix Changelog typo.
[gnulib.git] / modules / msvc-nothrow
blob1f05526d79b31fc85a2b6207aebf772e6a39ec60
1 Description:
2 wrappers that don't throw invalid parameter notifications with MSVC runtime
3 libraries
5 Files:
6 lib/msvc-nothrow.h
7 lib/msvc-nothrow.c
8 m4/msvc-nothrow.m4
10 Depends-on:
11 msvc-inval
13 configure.ac:
14 AC_REQUIRE([gl_MSVC_NOTHROW])
15 gl_CONDITIONAL([GL_COND_OBJ_MSVC_NOTHROW],
16                [test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1])
17 gl_MODULE_INDICATOR([msvc-nothrow])
19 Makefile.am:
20 if GL_COND_OBJ_MSVC_NOTHROW
21 lib_SOURCES += msvc-nothrow.c
22 endif
24 Include:
25 #if GNULIB_MSVC_NOTHROW
26 # include "msvc-nothrow.h"
27 #else
28 # include <io.h>
29 #endif
31 License:
32 LGPLv2+
34 Maintainer:
35 all