Skip to content
Snippets Groups Projects
Commit f311dbe8 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Define STATIC_LIB before including cryptlib.h

Prevents the dllexport crap
parent c6f4f54f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
#define _ST_CRYPT_H_
#ifndef WITHOUT_CRYPTLIB
#define STATIC_LIB
#include <cryptlib.h>
#undef STATIC_LIB
#if CRYPTLIB_VERSION < 3400
#if CRYPTLIB_VERSION < 340 || CRYPTLIB_VERSION > 999
#define CRYPT_ATTRIBUTE_ERRORMESSAGE CRYPT_ATTRIBUTE_INT_ERRORMESSAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment