Browse Source

consider taking out #ifndef WIN32 stuff

David Rose 20 years ago
parent
commit
b3ff57023c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/express/pointerToVoid.I
  2. 1 1
      panda/src/express/pointerToVoid.h

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

@@ -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

+ 1 - 1
panda/src/express/pointerToVoid.h

@@ -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;