diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
commit | b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (patch) | |
tree | f0eeb8f52d07819f417411da5104c9d743dd46de /win32/DLL_FAQ.txt | |
parent | abf180a067223611620dd97dd5681df7c7fa7c9b (diff) | |
download | zlib-1.2.3.1.tar.gz zlib-1.2.3.1.tar.bz2 zlib-1.2.3.1.zip |
zlib 1.2.3.1v1.2.3.1
Diffstat (limited to 'win32/DLL_FAQ.txt')
-rw-r--r-- | win32/DLL_FAQ.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/DLL_FAQ.txt b/win32/DLL_FAQ.txt index fb18e07..12c0090 100644 --- a/win32/DLL_FAQ.txt +++ b/win32/DLL_FAQ.txt | |||
@@ -16,7 +16,7 @@ in the zlib distribution, or at the following location: | |||
16 | 16 | ||
17 | Pointers to a precompiled ZLIB1.DLL can be found in the zlib | 17 | Pointers to a precompiled ZLIB1.DLL can be found in the zlib |
18 | web site at: | 18 | web site at: |
19 | http://www.zlib.org/ | 19 | http://www.zlib.net/ |
20 | 20 | ||
21 | Applications that link to ZLIB1.DLL can rely on the following | 21 | Applications that link to ZLIB1.DLL can rely on the following |
22 | specification: | 22 | specification: |
@@ -350,9 +350,9 @@ in the zlib distribution, or at the following location: | |||
350 | your build is unofficial. You should give it a different file | 350 | your build is unofficial. You should give it a different file |
351 | name, and/or install it in a private directory that can be | 351 | name, and/or install it in a private directory that can be |
352 | accessed by your application only, and is not visible to the | 352 | accessed by your application only, and is not visible to the |
353 | others (e.g. it's not in the SYSTEM or the SYSTEM32 directory, | 353 | others (i.e. it's neither in the PATH, nor in the SYSTEM or |
354 | and it's not in the PATH). Otherwise, your build may clash | 354 | SYSTEM32 directories). Otherwise, your build may clash with |
355 | with applications that link to the official build. | 355 | applications that link to the official build. |
356 | 356 | ||
357 | For example, in Cygwin, zlib is linked to the Cygwin runtime | 357 | For example, in Cygwin, zlib is linked to the Cygwin runtime |
358 | CYGWIN1.DLL, and it is distributed under the name CYGZ.DLL. | 358 | CYGWIN1.DLL, and it is distributed under the name CYGZ.DLL. |