projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed zlib watcom makefile
[wxWidgets.git]
/
src
/
zlib
/
adler32.c
diff --git
a/src/zlib/adler32.c
b/src/zlib/adler32.c
index 594117a983c5aa9e41b0d8327d8ffc598e23f640..ce12383f4b5b40ee6eb557f627657354289115ae 100644
(file)
--- a/
src/zlib/adler32.c
+++ b/
src/zlib/adler32.c
@@
-18,7
+18,7
@@
#define DO16(buf) DO8(buf,0); DO8(buf,8);
/* ========================================================================= */
#define DO16(buf) DO8(buf,0); DO8(buf,8);
/* ========================================================================= */
-#if defined(__VISAGECPP__) /
/ Visual game can't handle this antiquated interface
+#if defined(__VISAGECPP__) /
* Visualage can't handle this antiquated interface */
uLong ZEXPORT adler32 (uLong adler, const Bytef* buf, uInt len)
#else
uLong ZEXPORT adler32(adler, buf, len)
uLong ZEXPORT adler32 (uLong adler, const Bytef* buf, uInt len)
#else
uLong ZEXPORT adler32(adler, buf, len)