Skip to content

Instantly share code, notes, and snippets.

@zeux
Created December 24, 2013 03:18
Show Gist options
  • Save zeux/8108350 to your computer and use it in GitHub Desktop.
Save zeux/8108350 to your computer and use it in GitHub Desktop.
#ifdef _WIN32
#pragma warning(push)
#pragma warning(disable: 4073)
#pragma init_seg(lib)
struct SslInitializer
{
SslInitializer()
{
QSslSocket::supportsSsl();
}
} sslInitializer;
#pragma warning(pop)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment