consider taking out #ifndef WIN32 stuff

This commit is contained in:
David Rose 2005-05-09 15:52:16 +00:00
parent 977f692331
commit b3ff57023c
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ get_hash() const {
return (size_t)_void_ptr; return (size_t)_void_ptr;
} }
#ifndef WIN32_VC #if 0
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: PointerToVoid::Equivalence operator // Function: PointerToVoid::Equivalence operator
// Access: Public // Access: Public

View File

@ -45,7 +45,7 @@ PUBLISHED:
public: public:
// These comparison functions are common to all things PointerTo, so // These comparison functions are common to all things PointerTo, so
// they're defined up here. // 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; INLINE bool operator != (const void *other) const;
INLINE bool operator > (const void *other) const; INLINE bool operator > (const void *other) const;