소스 검색

consider taking out #ifndef WIN32 stuff

David Rose 20 년 전
부모
커밋
b3ff57023c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }
 
-#ifndef WIN32_VC
+#if 0
 ////////////////////////////////////////////////////////////////////
 //     Function: PointerToVoid::Equivalence operator
 //       Access: Public

+ 1 - 1
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;