On Jun 13 19:11, Reini Urban wrote:
> How should one check for the new cygwin 1.7 API, esp. wchar pathnames?
>
> So far I've used
> #include
> #if (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 181)
> because I needed cygwin_conv_path()
>
> But I assume
> #if CYGWIN_VERSION_DLL_MAJOR >= 1007
> sho
How should one check for the new cygwin 1.7 API, esp. wchar pathnames?
So far I've used
#include
#if (CYGWIN_VERSION_USER_API_VERSION_COMBINED >= 181)
because I needed cygwin_conv_path()
But I assume
#if CYGWIN_VERSION_DLL_MAJOR >= 1007
should be used instead.
Or shouldn't some default definiti
2 matches
Mail list logo