mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
consider taking out #ifndef WIN32 stuff
This commit is contained in:
parent
977f692331
commit
b3ff57023c
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user