Tbird uses the xpfe version of windows-hooks, so fixup the #includes

This commit is contained in:
bsmedberg%covad.net 2004-10-30 13:24:44 +00:00
Родитель 340cf81270
Коммит b86e9b07b5
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -41,12 +41,17 @@
#include <string.h>
#include "nsString.h"
#include "nsINativeAppSupportWin.h"
#include "nsIStringBundle.h"
#include "nsDirectoryService.h"
#include "nsAppDirectoryServiceDefs.h"
#include "nsNativeCharsetUtils.h"
#ifdef MOZ_XUL_APP
#include "nsNativeAppSupportWin.h"
#else
#include "nsINativeAppSupportWin.h"
#endif
#define MOZ_HWND_BROADCAST_MSG_TIMEOUT 5000
#define MOZ_CLIENT_BROWSER_KEY "Software\\Clients\\StartMenuInternet"