cryptnet: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
043da4f869
commit
7ca2c13ea9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue