2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/gtwvg/tests/_utils.prg
    ! fixed to not define a function which is already
      defined as a macro

  * contrib/gtwvg/wvgparts.ch
    * minor

  * contrib/gtwvg/hbgtwvg.ch
    ! fixed the way some HB_GTE_* event macro collision 
      is avoided with core
This commit is contained in:
Viktor Szakats
2012-11-29 00:42:26 +00:00
parent 7c8fcec7f3
commit 151ac8feca
4 changed files with 13 additions and 6 deletions

View File

@@ -10,6 +10,18 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-29 01:38 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/tests/_utils.prg
! fixed to not define a function which is already
defined as a macro
* contrib/gtwvg/wvgparts.ch
* minor
* contrib/gtwvg/hbgtwvg.ch
! fixed the way some HB_GTE_* event macro collision
is avoided with core
2012-11-29 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/rddads/ads.ch
! added missing self-guard

View File

@@ -55,7 +55,7 @@
/* Extended GT Manipulation Constants */
#ifndef HB_GTE_ACTIVATE
#ifndef HB_LEGACY_LEVEL4
#define HB_GTE_ACTIVATE 1
#define HB_GTE_SETFOCUS 2
#define HB_GTE_KILLFOCUS 3

View File

@@ -267,10 +267,6 @@ FUNCTION WvtWindowExpand( nUnits )
RETURN .T.
FUNCTION RGB( r, g, b )
RETURN r + ( g * 256 ) + ( b * 256 * 256 )
FUNCTION VouChoice( aChoices )
LOCAL scr, clr, nChoice

View File

@@ -51,7 +51,6 @@
*/
#ifndef _WVG_CH
#define _WVG_CH
/*-*/