2008-10-02 10:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbct/ctmisc.prg
+ Added dummy functions:
GETKXLAT(), SETKXLAT(), DSETKBIOS()
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-02 10:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbct/ctmisc.prg
|
||||
+ Added dummy functions:
|
||||
GETKXLAT(), SETKXLAT(), DSETKBIOS()
|
||||
|
||||
2008-10-02 08:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/dbedit.prg
|
||||
! Fixed to use local Skipped() function.
|
||||
|
||||
@@ -110,3 +110,24 @@ FUNCTION DOSPARAM()
|
||||
|
||||
FUNCTION EXENAME()
|
||||
RETURN HB_ARGV( 0 )
|
||||
|
||||
/* NOTE: Dummy */
|
||||
FUNCTION getkxlat( nKeyValue )
|
||||
RETURN nKeyValue
|
||||
|
||||
/* NOTE: Dummy */
|
||||
FUNCTION setkxlat( nOrgKeyValue, nNewKeyValue )
|
||||
LOCAL lAccepted := .F.
|
||||
|
||||
HB_SYMBOL_UNUSED( nOrgKeyValue )
|
||||
HB_SYMBOL_UNUSED( nNewKeyValue )
|
||||
|
||||
RETURN lAccepted
|
||||
|
||||
/* NOTE: Dummy */
|
||||
FUNCTION dsetkbios( lNewKeyboardMode )
|
||||
STATIC s_lKeyboardMode := .T.
|
||||
|
||||
HB_SYMBOL_UNUSED( lNewKeyboardMode )
|
||||
|
||||
RETURN s_lKeyboardMode
|
||||
|
||||
Reference in New Issue
Block a user