2009-05-27 20:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/gtwvg/wvgwin.c
    + Workaround for GCLP_HBRBACKGROUND reported missing from some MinGW distros.
This commit is contained in:
Pritpal Bedi
2009-05-28 03:10:05 +00:00
parent 93562bfe0a
commit 5b7c6fd141
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-05-27 20:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/gtwvg/wvgwin.c
+ Workaround for GCLP_HBRBACKGROUND reported missing from some MinGW distros.
2009-05-27 15:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbinet.c
* harbour/source/rdd/dbfntx/dbfntx1.c

View File

@@ -85,6 +85,10 @@
# define DUMMYUNIONNAME5
#endif
#if !defined( GCLP_HBRBACKGROUND )
# define GCLP_HBRBACKGROUND -10
#endif
#include "gtwvg.h"
#include "hbwapi.h"
#include <windowsx.h>