aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index d78b556d8c9..c091fea045e 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1892,7 +1892,7 @@ mark_image_cache (struct image_cache *c)
1892#ifdef HAVE_NTGUI 1892#ifdef HAVE_NTGUI
1893 1893
1894/* Macro for defining functions that will be loaded from image DLLs. */ 1894/* Macro for defining functions that will be loaded from image DLLs. */
1895#define DEF_IMGLIB_FN(rettype,func,args) rettype (FAR CDECL *fn_##func)args 1895#define DEF_IMGLIB_FN(rettype,func,args) static rettype (FAR CDECL *fn_##func)args
1896 1896
1897/* Macro for loading those image functions from the library. */ 1897/* Macro for loading those image functions from the library. */
1898#define LOAD_IMGLIB_FN(lib,func) { \ 1898#define LOAD_IMGLIB_FN(lib,func) { \