2012-06-07 00:43 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/xhb/bkgtsks.c
    % cleanup missed in prev
This commit is contained in:
Viktor Szakats
2012-06-06 22:43:59 +00:00
parent e43cdcc5cd
commit c4ca9bc3af
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-07 00:43 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/xhb/bkgtsks.c
% cleanup missed in prev
2012-06-07 00:23 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/xhb/bkgtsks.c
* doc/en/hb_api.txt

View File

@@ -75,7 +75,7 @@ typedef struct HB_BACKGROUNDTASK_
double dSeconds; /* internal - last time this task has gone */
int millisec; /* milliseconds after this task must run */
HB_BOOL bActive; /* task is active ? */
} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK, * HB_BACKGROUNDTASK_PTR;
} HB_BACKGROUNDTASK, * PHB_BACKGROUNDTASK;
extern void hb_backgroundRunSingle( HB_ULONG ulID ); /* run a single background routine */
extern void hb_backgroundRunForced( void ); /* run all background routines also if them are not active*/