2008-08-27 02:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/filesys.c
! Disabled hb_fsPOpen() body for __CYGWIN__.
This way __CYGWIN__ compiles cleanly.
(although I'm not sure how important Cygwin support is)
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-08-27 02:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/filesys.c
|
||||
! Disabled hb_fsPOpen() body for __CYGWIN__.
|
||||
This way __CYGWIN__ compiles cleanly.
|
||||
(although I'm not sure how important Cygwin support is)
|
||||
|
||||
2008-08-27 01:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/hbinet.c
|
||||
! Bad workaround for the '__WSAFDIsSet unresolved' problem
|
||||
|
||||
@@ -539,7 +539,7 @@ HB_EXPORT HB_FHANDLE hb_fsPOpen( BYTE * pFilename, BYTE * pMode )
|
||||
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_fsPOpen(%p, %s)", pFilename, pMode));
|
||||
|
||||
#if defined(HB_OS_UNIX_COMPATIBLE)
|
||||
#if defined(HB_OS_UNIX_COMPATIBLE) && !defined(__CYGWIN__)
|
||||
{
|
||||
HB_FHANDLE hPipeHandle[2], hNullHandle;
|
||||
pid_t pid;
|
||||
|
||||
Reference in New Issue
Block a user