2008-07-03 21:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbmzip/hbmzip.c
     * Temply disabled new OS/2 code to go on with the RC2 release.
This commit is contained in:
Viktor Szakats
2008-07-03 19:28:18 +00:00
parent c4bfc3445a
commit 8df28a8149
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-03 21:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmzip/hbmzip.c
* Temply disabled new OS/2 code to go on with the RC2 release.
2008-07-03 21:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbmysql/difer.txt
- contrib/hbmysql/diffeng.txt

View File

@@ -593,7 +593,7 @@ static int hb_zipStoreFile( zipFile hZip, char* szFileName, char* szName, char*
}
# endif
#elif defined( HB_OS_OS2 )
#elif defined( HB_OS_OS2 ) && defined( _TEMP_GUARD_FOR_RC2_ )
{
FILESTATUS3 fs3;
APIRET ulrc;
@@ -869,7 +869,7 @@ static int hb_unzipExtractCurrentFile( unzFile hUnzip, char* szFileName, char* s
}
# endif
#elif defined( HB_OS_OS2 )
#elif defined( HB_OS_OS2 ) && defined( _TEMP_GUARD_FOR_RC2_ )
{
FILESTATUS3 fs3;
APIRET ulrc;