From 64f481018a912c19b6de5e5ba30df1329f9eab51 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 17 Jul 2009 08:02:34 +0000 Subject: [PATCH] 2009-07-17 10:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/gtxwc/gtxwc.c ! Fixed to compile under cygwin. --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/gtxwc/gtxwc.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 692f19a3a4..e053f242ca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-17 10:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/rtl/gtxwc/gtxwc.c + ! Fixed to compile under cygwin. + 2009-07-17 09:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/globsh.cf ! Attempt to fix posix shell clean rules. diff --git a/harbour/source/rtl/gtxwc/gtxwc.c b/harbour/source/rtl/gtxwc/gtxwc.c index a06b5d15d2..f286e4c04d 100644 --- a/harbour/source/rtl/gtxwc/gtxwc.c +++ b/harbour/source/rtl/gtxwc/gtxwc.c @@ -321,7 +321,7 @@ typedef struct tag_rect int left; int right; int bottom; -} RECT; +} HB_RECT; typedef struct tag_modifiers { @@ -435,10 +435,10 @@ typedef struct tag_x_wnddef XWC_CharTrans charTrans[256]; BOOL fInvalidChr; - RECT rInvalidChr; + HB_RECT rInvalidChr; BOOL fInvalidPts; - RECT rInvalidPts; + HB_RECT rInvalidPts; /* Keyboard buffer */ int keyBuffPointer;