2009-07-14 15:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/gtalleg/gtalleg.c
    * changed the order of #include files to pacify DJGPP 2.04 warnings
This commit is contained in:
Przemyslaw Czerpak
2009-07-14 13:53:59 +00:00
parent d6e7ca271f
commit d445694ed6
2 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-14 15:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/gtalleg/gtalleg.c
* changed the order of #include files to pacify DJGPP 2.04 warnings
2009-07-14 14:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/dir.cf
! fixed typo in OLD make detection

View File

@@ -53,8 +53,6 @@
#define HB_GT_NAME ALLEG
#include "ssf.h"
#include "hbgtcore.h"
#include "hbinit.h"
#include "hbvm.h"
@@ -63,6 +61,8 @@
#include "hbapierr.h"
#include "hbapifs.h"
#include "ssf.h"
#include "inkey.ch"
#include "hbgfxdef.ch"