Showing with 1 addition and 0 deletions.
  1. +1 −0 etc/c/zlib.d
1 change: 1 addition & 0 deletions etc/c/zlib.d
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import core.stdc.config;
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
*/

nothrow:
extern (C):

const char[] ZLIB_VERSION = "1.2.8";
Expand Down