aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_syscalls.c')
-rw-r--r--code/cgame/cg_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cgame/cg_syscalls.c b/code/cgame/cg_syscalls.c
index cdc1060..83606ac 100644
--- a/code/cgame/cg_syscalls.c
+++ b/code/cgame/cg_syscalls.c
@@ -31,7 +31,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;
}