mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Fix lib Opcode to compile on WIN64.
This commit is contained in:
parent
d9fc3abaa4
commit
1bbc3d9e8a
2 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@
|
|||
//! \warning writes nb*4 bytes !
|
||||
inline_ void StoreDwords(udword* dest, udword nb, udword value)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#if defined( _WIN32 ) && !defined( _WIN64 )
|
||||
// The asm code below **SHOULD** be equivalent to one of those C versions
|
||||
// or the other if your compiled is good: (checked on VC++ 6.0)
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue