Fixed C++ comments, sorry about that.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-06-27 19:54:58 +00:00
parent b0f0a3bd19
commit 8064dd594d
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
*
* The original Berkeley copyright notice appears below in its entirety.
*/
// Watcom C++ (or its make utility) doesn't like long filenames
/* Watcom C++ (or its make utility) doesn't like long filenames */
#ifdef __WATCOMC__
#include "tif_pred.h"
#else

View File

@@ -84,7 +84,7 @@
*
*/
// Watcom C++ (or its make utility) doesn't like long filenames
/* Watcom C++ (or its make utility) doesn't like long filenames */
#ifdef __WATCOMC__
#include "tif_pred.h"
#else

View File

@@ -30,7 +30,7 @@
* Predictor Tag Support (used by multiple codecs).
*/
#include "tiffiop.h"
// Watcom C++ (or its make utility) doesn't like long filenames
/* Watcom C++ (or its make utility) doesn't like long filenames */
#ifdef __WATCOMC__
#include "tif_pred.h"
#else

View File

@@ -46,7 +46,7 @@
* directory ftp://ftp.uu.net/pub/archiving/zip/doc. The library was
* last found at ftp://ftp.uu.net/pub/archiving/zip/zlib/zlib-0.99.tar.gz.
*/
// Watcom C++ (or its make utility) doesn't like long filenames
/* Watcom C++ (or its make utility) doesn't like long filenames */
#ifdef __WATCOMC__
#include "tif_pred.h"
#else