31 lines
477 B
Plaintext
31 lines
477 B
Plaintext
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])
|
|
gl_CONDITIONAL([GL_COND_OBJ_MSVC_INVAL],
|
|
[test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MSVC_INVAL
|
|
lib_SOURCES += msvc-inval.c
|
|
endif
|
|
|
|
Include:
|
|
#if HAVE_MSVC_INVALID_PARAMETER_HANDLER
|
|
# include "msvc-inval.h"
|
|
#endif
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|