Bug 761859 - Missing MOZALLOC_EXPORT causes link failure on mingw r=ted

This commit is contained in:
Jacek Caban 2012-06-11 09:51:06 +02:00
parent bd3f079a41
commit 1d74638a3f

View File

@ -5,6 +5,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#if defined(XP_WIN) || defined(XP_OS2)
# define MOZALLOC_EXPORT __declspec(dllexport)
#endif
#include "mozilla/Assertions.h"
#include <stdio.h>