havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / msvc-nothrow
blob4cb5834b74044714babdfd5ca272d5cd59617ff5
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 if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then
16   AC_LIBOBJ([msvc-nothrow])
18 gl_MODULE_INDICATOR([msvc-nothrow])
20 Makefile.am:
22 Include:
23 #if GNULIB_MSVC_NOTHROW
24 # include "msvc-nothrow.h"
25 #else
26 # include <io.h>
27 #endif
29 License:
30 LGPLv2+
32 Maintainer:
33 all