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:
Viktor Szakats
2012-11-13 18:17:19 +00:00
parent 7b66a2449b
commit d6097b6bca
3 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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. )