* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.
This commit is contained in:
parent
9b98d6a8fb
commit
5aaaadc0e5
|
@ -1,3 +1,7 @@
|
|||
2009-05-09 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.
|
||||
|
||||
2009-05-09 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* dtable.cc (dtable::init_std_file_from_handle): Add workaround for
|
||||
|
|
|
@ -98,6 +98,8 @@ details. */
|
|||
#define CYGWIN_VERSION_CHECK_FOR_OLD_CTYPE \
|
||||
(CYGWIN_VERSION_USER_API_VERSION_COMBINED <= 209)
|
||||
|
||||
#define CYGWIN_VERSION_CYGWIN_CONV 181
|
||||
|
||||
/* API_MAJOR 0.0: Initial version. API_MINOR changes:
|
||||
1: Export cygwin32_ calls as cygwin_ as well.
|
||||
2: Export j1, jn, y1, yn.
|
||||
|
|
Loading…
Reference in New Issue