2007-05-20 13:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour/source/rtl/hbffind.c
! Added HB_EXPORT for hb_fsFind*() functions.
(missed from prev commit)
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-05-20 13:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* harbour/source/rtl/hbffind.c
|
||||
! Added HB_EXPORT for hb_fsFind*() functions.
|
||||
(missed from prev commit)
|
||||
|
||||
2007-05-19 15:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbclass.ch
|
||||
* formatting
|
||||
|
||||
@@ -763,7 +763,7 @@ static BOOL hb_fsFindNextLow( PHB_FFIND ffind )
|
||||
return bFound;
|
||||
}
|
||||
|
||||
PHB_FFIND hb_fsFindFirst( const char * pszFileMask, USHORT attrmask )
|
||||
HB_EXPORT PHB_FFIND hb_fsFindFirst( const char * pszFileMask, USHORT attrmask )
|
||||
{
|
||||
PHB_FFIND ffind = ( PHB_FFIND ) hb_xgrab( sizeof( HB_FFIND ) );
|
||||
|
||||
@@ -792,7 +792,7 @@ PHB_FFIND hb_fsFindFirst( const char * pszFileMask, USHORT attrmask )
|
||||
/* Finds next matching file, and applies a filter which makes
|
||||
searching CA-Cl*pper/MS-DOS compatible. */
|
||||
|
||||
BOOL hb_fsFindNext( PHB_FFIND ffind )
|
||||
HB_EXPORT BOOL hb_fsFindNext( PHB_FFIND ffind )
|
||||
{
|
||||
while( hb_fsFindNextLow( ffind ) )
|
||||
{
|
||||
@@ -810,7 +810,7 @@ BOOL hb_fsFindNext( PHB_FFIND ffind )
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void hb_fsFindClose( PHB_FFIND ffind )
|
||||
HB_EXPORT void hb_fsFindClose( PHB_FFIND ffind )
|
||||
{
|
||||
if( ffind != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user