2012-10-02 14:13 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/rtl/gtapiu.c
    ! synced hb_gtWVis() definition with declaration
This commit is contained in:
Viktor Szakats
2012-10-02 12:36:46 +00:00
parent 7e7aaf9044
commit c71ffa9b1b
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-10-02 14:13 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/gtapiu.c
! synced hb_gtWVis() definition with declaration
2012-10-02 13:52 UTC+0200 Viktor Szakats (harbour syenar.net)
* tests/adirtest.prg
* tests/ainstest.prg

View File

@@ -96,7 +96,7 @@ void hb_gtWPos( HB_GT_WND * wnd, HB_GT_RECT * rect )
HB_SYMBOL_UNUSED( rect );
}
HB_BOOL hb_gtWVis( HB_GT_WND * wnd, int iStatus ) /* USHORT in CA-Cl*pper [vszakats] */
HB_BOOL hb_gtWVis( HB_GT_WND * wnd, HB_USHORT iStatus ) /* USHORT in CA-Cl*pper [vszakats] */
{
/* TODO: */