2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbnf/floptst.prg
* utils/hbmk2/hbmk2.prg
* minor folloup cleanup
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbnf/floptst.prg
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* minor folloup cleanup
|
||||
|
||||
2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* COPYING
|
||||
* debian/copyright
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#include "fileio.ch"
|
||||
|
||||
#define ERR_WRONG_PARAMETERS ( -1 )
|
||||
#define ERR_WRONG_PARAMETERS -1
|
||||
#define ERR_NO_ERROR 0
|
||||
#define ERR_DRIVE_NOT_READY 1 /* unused */
|
||||
#define ERR_UNFORMATTED 2 /* unused */
|
||||
|
||||
@@ -309,7 +309,7 @@ EXTERNAL hbmk_KEYW
|
||||
#define _CHR_EOL Chr( 10 )
|
||||
#define _OUT_EOL Chr( 10 )
|
||||
|
||||
#define _HBMK_IMPLIB_NOTFOUND ( -1 )
|
||||
#define _HBMK_IMPLIB_NOTFOUND -1
|
||||
#define _HBMK_IMPLIB_OK 0
|
||||
#define _HBMK_IMPLIB_FAILED 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user