mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
33 lines
653 B
C
33 lines
653 B
C
/*
|
|
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsrootidl.idl
|
|
*/
|
|
|
|
#ifndef __gen_nsrootidl_h__
|
|
#define __gen_nsrootidl_h__
|
|
|
|
#ifdef XPIDL_JS_STUBS
|
|
#include "jsapi.h"
|
|
#endif
|
|
/*
|
|
* Start commenting out the C++ versions of the below in the output header
|
|
*/
|
|
#if 0
|
|
|
|
typedef PRBool PRBool;
|
|
typedef PRUint8 PRUint8;
|
|
typedef PRUint16 PRUint16;
|
|
typedef PRUint32 PRUint32;
|
|
typedef PRUint64 PRUint64;
|
|
typedef PRInt16 PRInt16;
|
|
typedef PRInt32 PRInt32;
|
|
typedef PRInt64 PRInt64;
|
|
typedef PRUint32 nsrefcnt;
|
|
typedef PRUint32 nsresult;
|
|
/*
|
|
* End commenting out the C++ versions of the above in the output header
|
|
*/
|
|
#endif
|
|
|
|
|
|
#endif /* __gen_nsrootidl_h__ */
|