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

* harbour/source/vm/hvmall.c
    ! define INCL_* macros for OS2 builds which uses hvmall.c
This commit is contained in:
Przemyslaw Czerpak
2009-07-28 12:33:49 +00:00
parent 86fc847f7c
commit 3fb9dfddd1
2 changed files with 17 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-28 14:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvmall.c
! define INCL_* macros for OS2 builds which uses hvmall.c
2009-07-28 13:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbsocket.ch
* include/hbsocket.h

View File

@@ -59,6 +59,19 @@
#define HB_NO_FLATTEN
#define HB_STACK_LOCAL_MACROS
#define HB_OS_WIN_USED
#define INCL_BASE
#define INCL_DOSMISC
#define INCL_DOSERRORS
#define INCL_DOSDATETIME
#define INCL_DOSSEMAPHORES
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#define INCL_DOSPROCESS
#define INCL_NOPMAPI
/* warning the order of included files is important
* due to macros used to overload some functions
*/