summaryrefslogtreecommitdiffhomepage
path: root/src/stubs/tier0.c
blob: 75fb2db11007128622ed46bc7a5b792799905bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* This file is dedicated to the public domain. */

#include "stub.h"

F(Msg)
F(Warning)
#ifdef _WIN32
V(g_pMemAlloc) // this doesn't exist at all on Linux
#else
F(Error) // only used for extmalloc() and nothing else :^)
#endif

// vi: sw=4 ts=4 noet tw=80 cc=80