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
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user