* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
13 lines
128 B
C
13 lines
128 B
C
|
|
#include "hbapi.h"
|
|
|
|
HB_FUNC( FT_INT86 )
|
|
{
|
|
#if defined( HB_OS_DOS )
|
|
{
|
|
int iTODO;
|
|
}
|
|
#endif
|
|
hb_retl( HB_FALSE );
|
|
}
|