2006-08-07 12:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* xharbour/include/usrrdd.ch
   ! fixed RDD method order
This commit is contained in:
Przemyslaw Czerpak
2006-08-07 10:27:07 +00:00
parent d7557d5428
commit 6a3a7c067c
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2006-08-07 12:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* xharbour/include/usrrdd.ch
! fixed RDD method order
2006-08-07 11:06 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/set.c
! fixed possible GPF after hb_setListenerRemove()

View File

@@ -55,9 +55,9 @@
#define UR_BOF 1
#define UR_EOF 2
#define UR_FOUND 3
#define UR_GOTO 4
#define UR_GOTOID 5
#define UR_GOBOTTOM 6
#define UR_GOBOTTOM 4
#define UR_GOTO 5
#define UR_GOTOID 6
#define UR_GOTOP 7
#define UR_SEEK 8
#define UR_SKIP 9