mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
express: Fix vestigial reference to WIN32_VC macro
This commit is contained in:
parent
ecf4d19e83
commit
671b16eb41
@ -1060,7 +1060,7 @@ close_read_subfile(std::istream *stream) {
|
||||
// stream pointer does not call the appropriate global delete function;
|
||||
// instead apparently calling the system delete function. So we call the
|
||||
// delete function by hand instead.
|
||||
#if !defined(WIN32_VC) && !defined(USE_MEMORY_NOWRAPPERS) && defined(REDEFINE_GLOBAL_OPERATOR_NEW)
|
||||
#if defined(__GNUC__) && !defined(USE_MEMORY_NOWRAPPERS) && defined(REDEFINE_GLOBAL_OPERATOR_NEW)
|
||||
stream->~istream();
|
||||
(*global_operator_delete)(stream);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user