From 7fbbdaa5a018c3641bfa035413686dc4f76b61ee Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 22 Jul 2008 08:36:27 +0000 Subject: [PATCH] 2008-07-22 10:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtwvt/gtwvt.h * added yet another one MSVC-WinCE missing definition --- harbour/ChangeLog | 4 ++++ harbour/source/compiler/genobj32.c | 2 +- harbour/source/rtl/gtwvt/gtwvt.h | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d235fc66c9..b535c038fc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-22 10:35 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rtl/gtwvt/gtwvt.h + * added yet another one MSVC-WinCE missing definition + 2008-07-22 09:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbapifs.h * source/rtl/filesys.c diff --git a/harbour/source/compiler/genobj32.c b/harbour/source/compiler/genobj32.c index 56a1994ffc..d9d9543f4c 100644 --- a/harbour/source/compiler/genobj32.c +++ b/harbour/source/compiler/genobj32.c @@ -60,7 +60,7 @@ static BYTE prgFunction[] = { 0x68, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x static char * * externNames = NULL; static USHORT wExternals = 1; /* _hb_vmExecute is always added */ -static char * szPrefix = "_HB_FUN_"; +static const char * szPrefix = "_HB_FUN_"; void hb_compGenObj32( HB_COMP_DECL, PHB_FNAME pFileName ) { diff --git a/harbour/source/rtl/gtwvt/gtwvt.h b/harbour/source/rtl/gtwvt/gtwvt.h index aebbb868fb..a923584dc0 100644 --- a/harbour/source/rtl/gtwvt/gtwvt.h +++ b/harbour/source/rtl/gtwvt/gtwvt.h @@ -187,6 +187,9 @@ typedef struct #ifndef WM_ENTERSIZEMOVE # define WM_ENTERSIZEMOVE 561 #endif +#ifndef WM_EXITSIZEMOVE +# define WM_EXITSIZEMOVE 562 +#endif #ifndef SWP_DEFERERASE # define SWP_DEFERERASE 0x2000