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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user