зеркало из https://github.com/mozilla/pjs.git
bug #43585, r=sfraser, protect header from multiple inclusions
This commit is contained in:
Родитель
05057a00ad
Коммит
bd8427342c
|
@ -19,6 +19,10 @@
|
|||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#ifndef __NS_INTERNETCONFIG_H__
|
||||
#define __NS_INTERNETCONFIG_H__
|
||||
|
||||
#include <InternetConfig.h>
|
||||
#include "PRTypes.h"
|
||||
#include "nsError.h"
|
||||
|
@ -36,4 +40,6 @@ private:
|
|||
static ICInstance sInstance;
|
||||
static long sSeed;
|
||||
static PRInt32 sRefCount;
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* __NS_INTERNETCONFIG_H__ */
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#ifndef __NS_INTERNETCONFIG_H__
|
||||
#define __NS_INTERNETCONFIG_H__
|
||||
|
||||
#include <InternetConfig.h>
|
||||
#include "PRTypes.h"
|
||||
#include "nsError.h"
|
||||
|
@ -36,4 +40,6 @@ private:
|
|||
static ICInstance sInstance;
|
||||
static long sSeed;
|
||||
static PRInt32 sRefCount;
|
||||
};
|
||||
};
|
||||
|
||||
#endif /* __NS_INTERNETCONFIG_H__ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче