Misc comment changes.

This commit is contained in:
Paul Tucker
2000-01-02 19:29:39 +00:00
parent e0a82cccea
commit 1ecd9bcc55
4 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
20000102-14:27 EST Paul Tucker <ptucker@sympatico.ca>
* source/rtl/environ.c
* remove Borland check on define of VER_PLATFORM_WIN32_CE
* source/rtl/filesys.c
* removed duplicated comment lines. (was missing /* anyway)
* source/rdd/dbcmd.c
* added missing close comment.
20000102-17:10:00 GMT+3 Luiz Rafael Culik <culik@sl.conex.net>
* source/rtl/browdb.prg
* source/rtl/text.prg

View File

@@ -7607,6 +7607,7 @@ HARBOUR HB_USED( void )
* $INCLUDE$
*
* $END$
*/
HARBOUR HB___RDDSETDEFAULT( void )
{
@@ -7624,4 +7625,3 @@ HARBOUR HB___RDDSETDEFAULT( void )
strcpy( szDefDriver, cDriverBuffer );
}
}

View File

@@ -63,7 +63,7 @@
#define VER_PLATFORM_WIN32_WINDOWS 1
#endif
#if defined(__BORLANDC__) && defined(_WINDOWS_) && ! defined(VER_PLATFORM_WIN32_CE)
#if defined(_WINDOWS_) && ! defined(VER_PLATFORM_WIN32_CE)
#define VER_PLATFORM_WIN32_CE 3
#endif

View File

@@ -78,10 +78,6 @@
*
*/
* See doc/license.txt for licensing terms.
*
*/
/* NOTE: In DOS/DJGPP under WinNT4 hb_fsSeek( fhnd, offset < 0, FS_SET) will
set the file pointer to the passed negative value, and the subsequent
hb_fsWrite() call will fail. In CA-Clipper hb_fsSeek() will fail,