From 29e4986324f270d61c816bd2747b080a3b460700 Mon Sep 17 00:00:00 2001 From: SmileTheory Date: Mon, 7 Jan 2013 20:30:49 -0800 Subject: #5818 - Modular renderer and Rend2 support for MSVC. --- src/renderer/tr_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/renderer') diff --git a/src/renderer/tr_init.c b/src/renderer/tr_init.c index 4b80c922..52c0f45c 100644 --- a/src/renderer/tr_init.c +++ b/src/renderer/tr_init.c @@ -1333,7 +1333,7 @@ GetRefAPI @@@@@@@@@@@@@@@@@@@@@ */ #ifdef USE_RENDERER_DLOPEN -Q_EXPORT refexport_t QDECL *GetRefAPI ( int apiVersion, refimport_t *rimp ) { +Q_EXPORT refexport_t* QDECL GetRefAPI ( int apiVersion, refimport_t *rimp ) { #else refexport_t *GetRefAPI ( int apiVersion, refimport_t *rimp ) { #endif -- cgit