diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.devcpp | 2 | ||||
-rw-r--r-- | docs/examples/Makefile.m32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.devcpp b/docs/INSTALL.devcpp index 8ff4144cc..ed5ed9150 100644 --- a/docs/INSTALL.devcpp +++ b/docs/INSTALL.devcpp @@ -239,7 +239,7 @@ Linker Links checked. 3- Include in the white space immediately below the box referred in 2 -lcurl --lws2_32 -lwinmm. +-lws2_32. SSL Files --------- diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 470061c4c..5107c04fe 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -106,7 +106,7 @@ ifndef USE_LDAP_OPENLDAP curl_LDADD += -lwldap32 endif endif -curl_LDADD += -lws2_32 -lwinmm +curl_LDADD += -lws2_32 COMPILE = $(CC) $(INCLUDES) $(CFLAGS) # Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines |