Mark Vakoc added regexp support
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src
index 11e5431..e860a3a 100644
--- a/win32/libxml2.def.src
+++ b/win32/libxml2.def.src
@@ -1135,7 +1135,8 @@
 
 /* xmlregexp.h 
    --------------------------------------------------------------------- */
-#ifdef LIBXML_SCHEMAS_ENABLED
+
+#ifdef LIBXML_REGEXP_ENABLED
 	/* The POSIX like API */
 	xmlRegexpCompile
 	xmlRegFreeRegexp
@@ -1145,8 +1146,22 @@
 	/* The progressive API */
 	xmlRegNewExecCtxt
 	xmlRegFreeExecCtxt
-	xmlRegExecPushString			
-#endif /* LIBXML_SCHEMAS_ENABLED */
+	xmlRegExecPushString		
+	xmlRegFreeRegexp
+	xmlRegFreeExecCtxt
+	xmlRegExecPushString
+	xmlRegNewExecCtxt
+	xmlRegexpPrint
+	xmlFreeAutomata
+	xmlAutomataCompile
+	xmlAutomataSetFinalState
+	xmlAutomataNewCountTrans
+	xmlAutomataNewTransition
+	xmlAutomataGetInitState
+	xmlNewAutomata
+	xmlAutomataNewEpsilon
+	xmlAutomataNewState
+#endif /* LIBXML_REGEXP_ENABLED */
 
 
 /* xmlschemas.h 
@@ -1548,6 +1563,7 @@
 #endif /* LIBXML_XPATH_ENABLED */
 
 
+
 /* xpointer.h 
    --------------------------------------------------------------------- */
 #ifdef LIBXML_XPTR_ENABLED