2002-03-19 20:59 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2002-03-19 19:59:54 +00:00
parent e72d47a96a
commit 1232feb667
2 changed files with 8 additions and 3 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
! The default SET PRINTER TO device is supposed to be "PRN".
2002-03-20 14:38 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/rtl/tget.prg
* Fix bug in PICTURE '@S'
* source/rtl/tgetlist.prg
* source/rtl/listbox.prg

View File

@@ -64,6 +64,10 @@
*
*/
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbdefs.h"
#if defined(HB_OS_WIN_32)
#include <windows.h>
#endif
@@ -73,9 +77,6 @@
#include <math.h>
#include <stdlib.h>
#include <ctype.h>
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbdefs.h"
#include <sql.h>
#include <sqlext.h>
#include <sqltypes.h>