Browse Source

win64 support

Chris Brunner 15 years ago
parent
commit
cd33f54950
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/chan/animChannel.I
  2. 1 1
      panda/src/express/trueClock.I

+ 1 - 1
panda/src/chan/animChannel.I

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

+ 1 - 1
panda/src/express/trueClock.I

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