Bug 533665 - Avoid the need to build NSPR for L10N repacks. r=robert.bugzilla a192=beltzner

This commit is contained in:
Justin Dolske 2009-12-09 14:59:37 -08:00
parent 1a48857830
commit 1d8f4e8f5b

View File

@ -40,7 +40,13 @@
#define MAR_H__
/* We use NSPR here just to import the definition of PRUint32 */
#ifndef WINCE
#include "prtypes.h"
#else
typedef int PRInt32;
typedef unsigned int PRUint32;
typedef wchar_t PRUnichar;
#endif
#ifdef __cplusplus
extern "C" {