From: Michael R Sweet Date: Wed, 4 Sep 2024 16:41:43 +0000 (-0400) Subject: Add crypt32 library on Windows. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563d271c0f034f32b09bf6a330c9ff28044fd31c;p=thirdparty%2Fcups.git Add crypt32 library on Windows. --- diff --git a/cups/tls.c b/cups/tls.c index 5e576282a9..bfec2b37d0 100644 --- a/cups/tls.c +++ b/cups/tls.c @@ -18,7 +18,9 @@ # include #endif // __APPLE__ #ifdef _WIN32 +# pragma comment(lib, "crypt32.lib") // Link in crypt32 library... # include +# include #else # include # include