win64 support

This commit is contained in:
Chris Brunner 2010-06-02 19:13:31 +00:00
parent ccee14a50b
commit cd33f54950
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ INLINE AnimChannel<SwitchType>::
~AnimChannel() {
}
#ifdef WIN32_VC
#if defined(WIN32_VC) || defined(WIN64_VC)
////////////////////////////////////////////////////////////////////
// Function: AnimChannel::get_value
// Access: Public, Virtual

View File

@ -13,7 +13,7 @@
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) || defined(WIN64_VC)
////////////////////////////////////////////////////////////////////
// Function: TrueClock::get_short_time, Win32 implementation