Bug 711381 - v8-support.h fails to compile on mingw r=felipc

This commit is contained in:
Jacek Caban 2011-12-19 14:05:54 +01:00
parent 484dec1072
commit fbea1247ba

View File

@ -51,7 +51,7 @@
#warning Please add support for your architecture in chromium_types.h
#endif
#ifdef _MSC_VER
#ifdef _WIN32
typedef __int32 Atomic32;
#else
typedef int32_t Atomic32;