diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 17:21:50 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 17:22:27 -0700 |
commit | 5b5da45640eb33d0d102c0ce5f6967ca3d727dd7 (patch) | |
tree | 8a121365267980bdda1c6247ffb815d04fb0a6e5 /contrib/vstudio/vc11 | |
parent | 2dad5389af478ae7d09f4479650c1471dc13e0f5 (diff) | |
download | zlib-5b5da45640eb33d0d102c0ce5f6967ca3d727dd7.tar.gz zlib-5b5da45640eb33d0d102c0ce5f6967ca3d727dd7.tar.bz2 zlib-5b5da45640eb33d0d102c0ce5f6967ca3d727dd7.zip |
Fix mixed line endings in contrib/vstudio.
Diffstat (limited to 'contrib/vstudio/vc11')
-rw-r--r-- | contrib/vstudio/vc11/zlibvc.def | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/vstudio/vc11/zlibvc.def b/contrib/vstudio/vc11/zlibvc.def index 40aac1a..6367046 100644 --- a/contrib/vstudio/vc11/zlibvc.def +++ b/contrib/vstudio/vc11/zlibvc.def | |||
@@ -134,10 +134,10 @@ EXPORTS | |||
134 | gzgetc_ @161 | 134 | gzgetc_ @161 |
135 | inflateResetKeep @163 | 135 | inflateResetKeep @163 |
136 | deflateResetKeep @164 | 136 | deflateResetKeep @164 |
137 | 137 | ||
138 | ; zlib1 v1.2.7 added: | 138 | ; zlib1 v1.2.7 added: |
139 | gzopen_w @165 | 139 | gzopen_w @165 |
140 | 140 | ||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | 143 | gzvprintf @167 |