Skip to content

Instantly share code, notes, and snippets.

@rfl890
Created June 24, 2023 16:22
Show Gist options
  • Save rfl890/fd94012b90d7b19787e7307f4d303603 to your computer and use it in GitHub Desktop.
Save rfl890/fd94012b90d7b19787e7307f4d303603 to your computer and use it in GitHub Desktop.
Fix build failure errors on MSVC for OpenSSL
#pragma comment (lib, "crypt32")
#pragma comment(lib, "ws2_32")
#pragma comment(lib, "user32")
#pragma comment(lib, "advapi32")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment