зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1263622 - Fixed nsNSSComponent.cpp compilation on mingw. r=dkeeler,ted
This commit is contained in:
Родитель
e41e2a34ce
Коммит
a9c53bd3c0
|
@ -58,9 +58,9 @@
|
|||
#include "nsILocalFileWin.h"
|
||||
|
||||
#include "windows.h" // this needs to be before the following includes
|
||||
#include "Lmcons.h"
|
||||
#include "Sddl.h"
|
||||
#include "Wincrypt.h"
|
||||
#include "lmcons.h"
|
||||
#include "sddl.h"
|
||||
#include "wincrypt.h"
|
||||
#include "nsIWindowsRegKey.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -144,7 +144,6 @@ if CONFIG['MOZ_WEBRTC']:
|
|||
if CONFIG['OS_TARGET'] == 'WINNT':
|
||||
OS_LIBS += [
|
||||
'secur32',
|
||||
'crypt32',
|
||||
'iphlpapi',
|
||||
'strmiids',
|
||||
'dmoguids',
|
||||
|
@ -188,6 +187,7 @@ if CONFIG['OS_ARCH'] == 'FreeBSD':
|
|||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
OS_LIBS += [
|
||||
'crypt32',
|
||||
'shell32',
|
||||
'ole32',
|
||||
'version',
|
||||
|
|
Загрузка…
Ссылка в новой задаче