diff options
Diffstat (limited to 'miext/shadow/shalloc.c')
-rw-r--r-- | miext/shadow/shalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/shadow/shalloc.c b/miext/shadow/shalloc.c index 72aa28b14..5aefb7d39 100644 --- a/miext/shadow/shalloc.c +++ b/miext/shadow/shalloc.c @@ -37,7 +37,7 @@ #include "gcstruct.h" #include "shadow.h" -void * +_X_EXPORT void * shadowAlloc (int width, int height, int bpp) { int stride; |