зеркало из https://github.com/mozilla/gecko-dev.git
Bug 223900 GRE Bustage (AIX, BEOS)
"/usr/include/sys/param.h", line 91.9: 1540-0848 (S) The macro name "MAXPATHLEN" is already defined with a diff erent definition. "/home/tbox/builds/tinderbox/AIX_5.1_Clobber/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.h", line 47. 9: 1540-0425 (I) "MAXPATHLEN" is defined on line 47 of "/home/tbox/builds/tinderbox/AIX_5.1_Clobber/mozilla/xpco m/glue/standalone/nsGREDirServiceProvider.cpp". gmake[5]: *** [nsGREDirServiceProvider.o] Error 1
This commit is contained in:
Родитель
d8323ba73f
Коммит
9ac3b062e8
|
@ -38,6 +38,8 @@
|
|||
#ifndef nsGREDirServiceProvider_h_
|
||||
#define nsGREDirServiceProvider_h_
|
||||
|
||||
#include "nsIDirectoryService.h"
|
||||
|
||||
#ifndef MAXPATHLEN
|
||||
#ifdef _MAX_PATH
|
||||
#define MAXPATHLEN _MAX_PATH
|
||||
|
@ -48,8 +50,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "nsIDirectoryService.h"
|
||||
|
||||
/**
|
||||
* the directoryserviceprovider used by GRE_Startup when calling NS_InitXPCOM2
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче