зеркало из https://github.com/mozilla/pjs.git
Tbird uses the xpfe version of windows-hooks, so fixup the #includes
This commit is contained in:
Родитель
340cf81270
Коммит
b86e9b07b5
|
@ -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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче