2008-06-21 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

- contrib/hbgf/hbgfw32/win32.ch
   + contrib/hbgf/hbgfw32/hbgfw32.ch
   * contrib/hbgf/hbgfw32/common.mak
   * contrib/hbgf/hbgfw32/button.prg
   * contrib/hbgf/hbgfw32/form.prg
   * contrib/hbgf/hbgfw32/edit.prg
     ! Made the .ch name less generic.
This commit is contained in:
Viktor Szakats
2008-06-21 16:04:48 +00:00
parent 4210bc8876
commit 49c11fe7d6
6 changed files with 16 additions and 7 deletions

View File

@@ -8,6 +8,15 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-21 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbgf/hbgfw32/win32.ch
+ contrib/hbgf/hbgfw32/hbgfw32.ch
* contrib/hbgf/hbgfw32/common.mak
* contrib/hbgf/hbgfw32/button.prg
* contrib/hbgf/hbgfw32/form.prg
* contrib/hbgf/hbgfw32/edit.prg
! Made the .ch name less generic.
2008-06-21 17:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/Makefile
- contrib/hbgf/gtk

View File

@@ -53,7 +53,7 @@
#include "common.ch"
#include "hbclass.ch"
#include "win32.ch"
#include "hbgfw32.ch"
CLASS HBButton FROM HBWinControl

View File

@@ -7,7 +7,7 @@ LIBNAME = hbgfw32
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
win32.ch \
hbgfw32.ch \
LIB_OBJS = \
$(OBJ_DIR)win32$(OBJEXT) \

View File

@@ -53,7 +53,7 @@
#include "common.ch"
#include "hbclass.ch"
#include "win32.ch"
#include "hbgfw32.ch"
CLASS HBEdit FROM HBWinControl

View File

@@ -54,7 +54,7 @@
#include "common.ch"
#include "hbclass.ch"
#include "win32.ch"
#include "hbgfw32.ch"
static aForms := {}

View File

@@ -51,8 +51,8 @@
*
*/
#ifndef HB_WIN32_CH_
#define HB_WIN32_CH_
#ifndef HB_GFW32_CH_
#define HB_GFW32_CH_
#define WM_CLOSE 0x0010
#define WM_COMMAND 0x0111
@@ -77,4 +77,4 @@
#define WS_CHILD 0x40000000
#define WS_TABSTOP 0x00010000
#endif
#endif