summaryrefslogtreecommitdiff
path: root/tix/generic/tixGrRC.c
diff options
context:
space:
mode:
Diffstat (limited to 'tix/generic/tixGrRC.c')
-rw-r--r--tix/generic/tixGrRC.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tix/generic/tixGrRC.c b/tix/generic/tixGrRC.c
index 920aca56412..08ad18d4d77 100644
--- a/tix/generic/tixGrRC.c
+++ b/tix/generic/tixGrRC.c
@@ -15,6 +15,11 @@
#include <tixDef.h>
#include <tixGrid.h>
+#ifdef BUILD_tix
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLEXPORT
+#endif
+
static TIX_DECLARE_SUBCMD(Tix_GrRCSize);
EXTERN TIX_DECLARE_SUBCMD(Tix_GrSetSize);