2008-06-25 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbfimage/fi_winfu.c
   * contrib/hbfimage/fi_wrp.c
     ! I cannot test it right now, but this should fix the 
       build problem for hbfimage under Linux.
This commit is contained in:
Viktor Szakats
2008-06-25 16:20:51 +00:00
parent 6b28dbb75b
commit 710a74ed0a
3 changed files with 14 additions and 8 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-25 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfimage/fi_winfu.c
* contrib/hbfimage/fi_wrp.c
! I cannot test it right now, but this should fix the
build problem for hbfimage under Linux.
2008-06-25 16:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbver.h
* removed unnecessary EOL inside comment

View File

@@ -52,10 +52,6 @@
#define HB_OS_WIN_32_USED
#if defined(__GNUC__) && !defined(_WINDOWS_)
#define _WINDOWS_
#endif
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbstack.h"
@@ -63,6 +59,10 @@
#include "hbapifs.h"
#include "hbvm.h"
#if defined(HB_OS_WIN_32) && defined(__GNUC__) && !defined(_WINDOWS_)
#define _WINDOWS_
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View File

@@ -52,10 +52,6 @@
#define HB_OS_WIN_32_USED
#if defined(__GNUC__) && !defined(_WINDOWS_)
#define _WINDOWS_
#endif
#include "hbapi.h"
#include "hbapiitm.h"
#include "hbstack.h"
@@ -63,6 +59,10 @@
#include "hbapifs.h"
#include "hbvm.h"
#if defined(HB_OS_WIN_32) && defined(__GNUC__) && !defined(_WINDOWS_)
#define _WINDOWS_
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif