2008-07-02 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* include/hbdefs.h
     ! Fixed DLL creation for MSVC (and maybe compilers, too).
       Thanks to Marek Paliwoda for the hint.

   * contrib/hbtpathy/tpos2.c
     ! Blind attempt to fix OS/2 compile error.
This commit is contained in:
Viktor Szakats
2008-07-02 09:23:45 +00:00
parent 8e3c4c2ad5
commit e51ed4c072
3 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,14 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-02 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbdefs.h
! Fixed DLL creation for MSVC (and maybe compilers, too).
Thanks to Marek Paliwoda for the hint.
* contrib/hbtpathy/tpos2.c
! Blind attempt to fix OS/2 compile error.
2008-07-02 10:52 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>
* contrib/hbziparch/hbziparc.c
* corrected library name in comments.

View File

@@ -60,6 +60,7 @@
#define INCL_BASE
#define INCL_DOS
#define INCL_DOSERROR
#define INCL_DOSDEVICES
#define INCL_DOSDEVIOCTL
#include <os2.h>

View File

@@ -1174,7 +1174,7 @@ typedef PHB_FUNC HB_FUNC_PTR;
#elif defined( ASANLM ) || defined( ASANT )
#define HB_EXPORT
#elif defined( WIN32 )
#elif defined( HB_OS_WIN_32 )
#define HB_EXPORT _declspec( dllexport )
#else