2009-07-17 10:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/gtxwc/gtxwc.c
    ! Fixed to compile under cygwin.
This commit is contained in:
Viktor Szakats
2009-07-17 08:02:34 +00:00
parent c6b4c765e5
commit 64f481018a
2 changed files with 7 additions and 3 deletions

View File

@@ -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.

View File

@@ -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;