Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/lib/public/linux32/libtier0.so
Binary file not shown.
Binary file modified src/lib/public/linux32/libvstdlib.so
Binary file not shown.
Binary file modified src/lib/public/linux64/libtier0.so
Binary file not shown.
Binary file modified src/lib/public/linux64/libvstdlib.so
Binary file not shown.
5 changes: 0 additions & 5 deletions src/public/tier0/memoverride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
#include <stdio.h>
#include "memdbgoff.h"

// TODO (jbmod/jbmod-src#123): need a fix for linux32
#if defined(POSIX) && !defined(PLATFORM_64BITS)
IMemAlloc *g_pMemAlloc = NULL;
#endif

#if POSIX
#define __cdecl
#endif
Expand Down
Loading