diff --git a/panda/src/express/pointerToVoid.I b/panda/src/express/pointerToVoid.I index 81dbf97630..a81dcfaf45 100644 --- a/panda/src/express/pointerToVoid.I +++ b/panda/src/express/pointerToVoid.I @@ -59,7 +59,7 @@ get_hash() const { return (size_t)_void_ptr; } -#ifndef WIN32_VC +#if 0 //////////////////////////////////////////////////////////////////// // Function: PointerToVoid::Equivalence operator // Access: Public diff --git a/panda/src/express/pointerToVoid.h b/panda/src/express/pointerToVoid.h index 4aecc12569..9399657471 100644 --- a/panda/src/express/pointerToVoid.h +++ b/panda/src/express/pointerToVoid.h @@ -45,7 +45,7 @@ PUBLISHED: public: // These comparison functions are common to all things PointerTo, so // they're defined up here. -#ifndef WIN32_VC +#if 0 INLINE bool operator == (const void *other) const; INLINE bool operator != (const void *other) const; INLINE bool operator > (const void *other) const;