Re: Cygwin version detection at run time

2015-08-17 Thread Václav Haisman
On 14 August 2015 at 17:44, Corinna Vinschen wrote: > On Aug 14 17:08, Václav Haisman wrote: >> On 14 August 2015 at 16:11, Eliot Moss wrote: >> > On 8/14/2015 9:56 AM, Václav Haisman wrote: >> >> >> >> Hi. >> >> >> >> I am trying to find out Cygwin version at run time. >> >> >> >> I have noticed t

Re: Cygwin version detection at run time

2015-08-14 Thread Corinna Vinschen
On Aug 14 17:08, Václav Haisman wrote: > On 14 August 2015 at 16:11, Eliot Moss wrote: > > On 8/14/2015 9:56 AM, Václav Haisman wrote: > >> > >> Hi. > >> > >> I am trying to find out Cygwin version at run time. > >> > >> I have noticed that there is `cygwin_internal (CW_GETVERSIONINFO)` API > >> f

Re: Cygwin version detection at run time

2015-08-14 Thread Václav Haisman
On 14 August 2015 at 16:11, Eliot Moss wrote: > On 8/14/2015 9:56 AM, Václav Haisman wrote: >> >> Hi. >> >> I am trying to find out Cygwin version at run time. >> >> I have noticed that there is `cygwin_internal (CW_GETVERSIONINFO)` API >> for this. However, it seems that the `cygwin_version_info`

Re: Cygwin version detection at run time

2015-08-14 Thread Eliot Moss
On 8/14/2015 9:56 AM, Václav Haisman wrote: Hi. I am trying to find out Cygwin version at run time. I have noticed that there is `cygwin_internal (CW_GETVERSIONINFO)` API for this. However, it seems that the `cygwin_version_info` structure this call is supposed to fill in is not publicly availa

Cygwin version detection at run time

2015-08-14 Thread Václav Haisman
Hi. I am trying to find out Cygwin version at run time. I have noticed that there is `cygwin_internal (CW_GETVERSIONINFO)` API for this. However, it seems that the `cygwin_version_info` structure this call is supposed to fill in is not publicly available and is only declared internally in `winsup