//... => /* ... */

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-09-21 11:44:12 +00:00
parent 172d3acb55
commit 866592d872

View File

@ -138,7 +138,7 @@ typedef struct
} unz_s;
#if defined (__VISAGECPP__)
// VA always requires prototypes
/* VA always requires prototypes */
int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
#endif
@ -1310,7 +1310,7 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf)
#else
// the file shouldn't be empty, som compilers don't like it
/* the file shouldn't be empty, som compilers don't like it */
static const int dummyVariableInUnzip = 17;
#endif // wxUSE_ZLIB && wxUSE_ZIPSTREAM
#endif /* wxUSE_ZLIB && wxUSE_ZIPSTREAM */