2009-06-19 20:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* include/hbhrb.ch
    ! Minor typo in comment.

  * contrib/gtwvg/Makefile
  * contrib/gtwvg/wvgwin.c
  + contrib/gtwvg/wvgwing.c
    * Moved WVG_* prefixed functions to separate file.
This commit is contained in:
Viktor Szakats
2009-06-19 18:51:26 +00:00
parent 7abda8c763
commit e5f3723ba0
5 changed files with 1232 additions and 1092 deletions

View File

@@ -17,6 +17,15 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-19 20:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbhrb.ch
! Minor typo in comment.
* contrib/gtwvg/Makefile
* contrib/gtwvg/wvgwin.c
+ contrib/gtwvg/wvgwing.c
* Moved WVG_* prefixed functions to separate file.
2009-06-19 18:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbhrb.ch
* harbour/source/vm/runner.c

View File

@@ -40,6 +40,7 @@ C_SOURCES=\
wvgcore.c \
wvgutils.c \
wvgwin.c \
wvgwing.c \
wvgsink.c \
wvggui.c \
wincallb.c \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -68,7 +68,7 @@
#define HB_HRB_BIND_OVERLOAD 0x2 /* overload all existing public functions */
#define HB_HRB_BIND_FORCELOCAL 0x3 /* covert all public functions to STATIC ones */
#define HB_HRB_BIND_FORCELOCAL 0x3 /* convert all public functions to STATIC ones */
#define HB_HRB_BIND_MODEMASK 0x3 /* HB_HRB_BIND_* mode mask */