aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/tier0/memoverride.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/tier0/memoverride.cpp')
-rw-r--r--mp/src/public/tier0/memoverride.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mp/src/public/tier0/memoverride.cpp b/mp/src/public/tier0/memoverride.cpp
index 5c679e45..bec06c0e 100644
--- a/mp/src/public/tier0/memoverride.cpp
+++ b/mp/src/public/tier0/memoverride.cpp
@@ -1143,7 +1143,6 @@ _TSCHAR * __cdecl _ttempnam ( const _TSCHAR *dir, const _TSCHAR *pfx )
Assert(0);
return 0;
}
-#endif
wchar_t * __cdecl _wcsdup_dbg ( const wchar_t * string, int nBlockUse, const char * szFileName, int nLine )
{
@@ -1156,7 +1155,7 @@ wchar_t * __cdecl _wcsdup ( const wchar_t * string )
Assert(0);
return 0;
}
-
+#endif
} // end extern "C"
#if _MSC_VER >= 1400