Skip to content

Commit

Permalink
Add crypt32 library on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 4, 2024
1 parent b795503 commit 563d271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cups/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# include <Security/Security.h>
#endif // __APPLE__
#ifdef _WIN32
# pragma comment(lib, "crypt32.lib") // Link in crypt32 library...
# include <tchar.h>
# include <wincrypt.h>
#else
# include <poll.h>
# include <signal.h>
Expand Down

0 comments on commit 563d271

Please sign in to comment.