Commit 8059bc4a authored by Lev Walkin's avatar Lev Walkin

compiled under cygwin

parent c74ea225
0.9.3: 2004-Aug-25
* Compiled under cygwin.
0.9.2: 2004-Aug-24
* More flexible subtype constraints handling, with relaxed
......
......@@ -1881,7 +1881,7 @@ fi
# Define the identity of the package.
PACKAGE=asn1c
VERSION=0.9.2
VERSION=0.9.3
cat >>confdefs.h <<_ACEOF
......
......@@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_BUILD
AC_CANONICAL_TARGET
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.2)
AM_INIT_AUTOMAKE(asn1c, 0.9.3)
AC_SUBST(PATH)
......
......@@ -9,7 +9,7 @@
#include <assert.h>
#endif /* __NO_ASSERT_H__ */
#ifdef WIN32
#if defined(WIN32) && !defined(__CYGWIN__)
#warning PLEASE STOP AND READ!
#warning localtime_r is implemented via localtime(), which is not thread-safe.
#warning gmtime_r is implemented via gmtime(), which is not thread-safe.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment