Skip to content

Commit 9879138

Browse files
committed
Mirror crypt32 change from CUPS 2.x.
1 parent 855f837 commit 9879138

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cups/tls.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
# include <Security/Security.h>
1919
#endif // __APPLE__
2020
#ifdef _WIN32
21+
# pragma comment(lib, "crypt32.lib") // Link in crypt32 library...
2122
# include <tchar.h>
23+
# include <wincrypt.h>
2224
#else
2325
# include <poll.h>
2426
# include <signal.h>

0 commit comments

Comments
 (0)