mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1199118 - Don't use pragma comment in certificatecheck.cpp. r=glandium
This commit is contained in:
parent
7ed24f54cc
commit
65e274bfb6
@ -11,9 +11,6 @@
|
||||
#include "certificatecheck.h"
|
||||
#include "updatelogging.h"
|
||||
|
||||
#pragma comment(lib, "wintrust.lib")
|
||||
#pragma comment(lib, "crypt32.lib")
|
||||
|
||||
static const int ENCODING = X509_ASN_ENCODING | PKCS_7_ASN_ENCODING;
|
||||
|
||||
/**
|
||||
|
@ -12,6 +12,10 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
||||
'uachelper.cpp',
|
||||
'updatehelper.cpp',
|
||||
]
|
||||
OS_LIBS += [
|
||||
'crypt32',
|
||||
'wintrust',
|
||||
]
|
||||
|
||||
sources += [
|
||||
'readstrings.cpp',
|
||||
|
@ -32,7 +32,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
]
|
||||
|
||||
OS_LIBS += [
|
||||
'wintrust',
|
||||
'shlwapi',
|
||||
]
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user