зеркало из https://github.com/mozilla/pjs.git
Only include <windows.h> if we are building on windows.
This commit is contained in:
Родитель
69f054c44e
Коммит
41a39fa613
|
@ -27,7 +27,9 @@
|
|||
#include "nsIMAPNamespace.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
#if defined(XP_WIN)
|
||||
#include <windows.h> // for InterlockedIncrement
|
||||
#endif
|
||||
|
||||
nsImapEvent::~nsImapEvent()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче