2009-02-23 23:19 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbgd/gdwrp.c
! Added required Windows initialization for GD headers.
This become an issue because I've recently removed
windows system headers (which weren't needed for
local code) from this file.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-23 23:19 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbgd/gdwrp.c
|
||||
! Added required Windows initialization for GD headers.
|
||||
This become an issue because I've recently removed
|
||||
windows system headers (which weren't needed for
|
||||
local code) from this file.
|
||||
|
||||
2009-02-23 22:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added -map support for owatcom on all platforms.
|
||||
|
||||
@@ -55,6 +55,12 @@
|
||||
#include "hbapierr.h"
|
||||
#include "hbapifs.h"
|
||||
|
||||
/* NOTE: Do some initialization required by the GD headers. */
|
||||
#if defined(HB_OS_WIN)
|
||||
#define WIN32
|
||||
#define BGDWIN32
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user