Bug 1263622 - Fixed nsNSSComponent.cpp compilation on mingw. r=dkeeler,ted

This commit is contained in:
Jacek Caban 2016-04-23 10:55:50 +02:00
Родитель e41e2a34ce
Коммит a9c53bd3c0
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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',