Only include <windows.h> if we are building on windows.

This commit is contained in:
mscott%netscape.com 1999-04-25 21:32:34 +00:00
Родитель 69f054c44e
Коммит 41a39fa613
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -27,7 +27,9 @@
#include "nsIMAPNamespace.h"
#include "nsCOMPtr.h"
#if defined(XP_WIN)
#include <windows.h> // for InterlockedIncrement
#endif
nsImapEvent::~nsImapEvent()
{