summaryrefslogtreecommitdiff
path: root/src/game/g_syscalls.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-03 21:37:08 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:39 +0000
commitea0ff0071ed313c479693f1d2e1b9a2da167a891 (patch)
treecb73a90ee2cc3dfbe7909a18225b896214d5fe84 /src/game/g_syscalls.c
parent6d2ffb4c637a49983bc6ce22b68ccec0ed09e0f4 (diff)
* Add the Q_EXPORTs I missed from merging ioq3
Diffstat (limited to 'src/game/g_syscalls.c')
-rw-r--r--src/game/g_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_syscalls.c b/src/game/g_syscalls.c
index 1f790cfc..7b030c8a 100644
--- a/src/game/g_syscalls.c
+++ b/src/game/g_syscalls.c
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
static intptr_t (QDECL *syscall)( intptr_t arg, ... ) = (intptr_t (QDECL *)( intptr_t, ...))-1;
-void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) )
+Q_EXPORT void dllEntry( intptr_t (QDECL *syscallptr)( intptr_t arg,... ) )
{
syscall = syscallptr;
}