Fix bustage from jetpack including jstl on Windows.

This commit is contained in:
Robert Sayre 2010-06-30 16:07:53 -07:00
parent b0ccdf3af2
commit 78608039a3

View File

@ -40,6 +40,13 @@
#ifndef jstl_h_
#define jstl_h_
/* Gross special case for Gecko, which defines malloc/calloc/free. */
#ifdef mozilla_mozalloc_macro_wrappers_h
# define JS_UNDEFD_MOZALLOC_WRAPPERS
/* The "anti-header" */
# include "mozilla/mozalloc_undef_macro_wrappers.h"
#endif
#include "jsbit.h"
#include <new>