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
|
IMPORTS = crypt32
|
||||||
DELAYIMPORTS = wininet
|
DELAYIMPORTS = wininet
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
cryptnet_main.c
|
cryptnet_main.c
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "wine/port.h"
|
|
||||||
|
|
||||||
#define NONAMELESSUNION
|
#define NONAMELESSUNION
|
||||||
#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
|
#define CERT_REVOCATION_PARA_HAS_EXTRA_FIELDS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue