On Wed, 30 Apr 2008 10:12:36 -0500 (CDT), "Bob Friesenhahn"
said:
> I have a MinGW cross-compiler hosted off of FreeBSD 7.0. Presumably I
> can run Wine on it. I know that Linux has special hooks in order to
> automatically run Windows executables using Wine. Is the Wine
> execution support
On Wed, 30 Apr 2008 17:03:19 + (UTC), "Eric Blake" <[EMAIL PROTECTED]>
said:
> Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old
> cygwin_conv_to_* API silently suffers from buffer overrun if more than
> 256
> bytes occur in the conversion. As a result, cygwin develo
Bob Friesenhahn simple.dallas.tx.us> writes:
`cygwin_conv_to_full_win32_path' is
> > deprecated (declared at /usr/include/sys/cygwin.h:52)
> >
> > OK to apply?
>
> This looks good to apply to me except for the minor nit that the
> bracing indentation within the HAVE_DECL_CYGWIN_CONV_PATH is wro
On Wed, 30 Apr 2008, Eric Blake wrote:
Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old
cygwin_conv_to_* API silently suffers from buffer overrun if more than 256
bytes occur in the conversion. As a result, cygwin developers wisely
deprecated the old API when adding the
Cygwin 1.7.0 will change the size of MAX_PATH in its headers, but the old
cygwin_conv_to_* API silently suffers from buffer overrun if more than 256
bytes occur in the conversion. As a result, cygwin developers wisely
deprecated the old API when adding the new cygwin_path_conv, and compilation
On Tue, 29 Apr 2008, Charles Wilson wrote:
If I can get some feedback on the '*_with_wine.sh' script I could update the
patch to also support $build=some_unixy_platform_with_wine and $host=mingw.
I have a MinGW cross-compiler hosted off of FreeBSD 7.0. Presumably I
can run Wine on it. I kn