Commit 7ca2c13e authored by Alexandre Julliard's avatar Alexandre Julliard

cryptnet: Build with msvcrt.

parent 043da4f8
......@@ -3,5 +3,7 @@ IMPORTLIB = cryptnet
IMPORTS = crypt32
DELAYIMPORTS = wininet
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
cryptnet_main.c
......@@ -18,9 +18,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION
#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment