]> gitweb.factorcode.org Git - factor.git/commit
VM: Fix Windows 64-bit build on Visual Studio 2012
authorErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 22:19:52 +0000 (18:19 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 22:19:52 +0000 (18:19 -0400)
commit40fcee3f16a356a541865e2b405929881fc36192
tree6bbb82ba66319e74dfc801108a69a26b37004e42
parent5027f75d79629d838a8d69120eeb1ac658bb2ec6
VM: Fix Windows 64-bit build on Visual Studio 2012

The UNW_FLAG_EHANDLER #define is now visible in VS2012, causing
a conflict with the definition in os-windows-x86.64.cpp. Added
a #ifndef to only include the definition if it hasn't already
been defined.
vm/os-windows-x86.64.cpp