Fixup.
diff --git a/liblouis/liblouis.h.in b/liblouis/liblouis.h.in
index b3de477..067e156 100644
--- a/liblouis/liblouis.h.in
+++ b/liblouis/liblouis.h.in
@@ -221,7 +221,7 @@
  * Register a new table resolver. Overrides the default resolver. */
 LIBLOUIS_API
 void EXPORT_CALL lou_registerTableResolver(
-    char **(*resolver)(const char *table, const char *base));
+    char **(EXPORT_CALL *resolver)(const char *table, const char *base));
 
 /**
  * Compile a table entry on the fly at run-time