2012-11-13 19:16 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbfoxpro/dll.prg
* contrib/hbfoxpro/misc.prg
* hbformatted
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-11-13 19:16 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbfoxpro/dll.prg
|
||||
* contrib/hbfoxpro/misc.prg
|
||||
* hbformatted
|
||||
|
||||
2012-11-13 19:02 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbfimage/fi_wrp.c
|
||||
* contrib/hbgd/gdwrp.c
|
||||
|
||||
@@ -57,7 +57,7 @@ DECLARE [cFunctionType] FunctionName IN LibraryName [AS AliasName]
|
||||
[cParamType1 [@] ParamName1, cParamType2 [@] ParamName2, ...]
|
||||
*/
|
||||
|
||||
FUNCTION FOX___DYNCALL( cCommand, ... )
|
||||
FUNCTION fox___DynCall( cCommand, ... )
|
||||
|
||||
LOCAL aParam
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#include "setcurs.ch"
|
||||
|
||||
FUNCTION SYS( nValue, xPar1 )
|
||||
FUNCTION Sys( nValue, xPar1 )
|
||||
|
||||
SWITCH nValue
|
||||
CASE 0
|
||||
@@ -84,5 +84,5 @@ STATIC FUNCTION AFillNested( aValue, xVal )
|
||||
|
||||
RETURN aValue
|
||||
|
||||
FUNCTION __FOX_ARRAY( ... )
|
||||
FUNCTION __fox_Array( ... )
|
||||
RETURN AFillNested( Array( ... ), .F. )
|
||||
|
||||
Reference in New Issue
Block a user