added relaxng exports
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src
index 5023927..1c7a193 100644
--- a/win32/libxml2.def.src
+++ b/win32/libxml2.def.src
@@ -702,6 +702,30 @@
 	/* Specific function to keep track of entities references and used by the XSLT debugger. */
 	xmlSetEntityReferenceFunc
 
+
+/* relaxng.h
+   --------------------------------------------------------------------- */
+#ifdef LIBXML_SCHEMAS_ENABLED
+	/* Interfaces for parsing. */
+	xmlRelaxNGNewParserCtxt
+	xmlRelaxNGNewMemParserCtxt
+	xmlRelaxNGFreeParserCtxt
+	xmlRelaxNGSetParserErrors
+	xmlRelaxNGParse
+	xmlRelaxNGFree
+	xmlRelaxNGDump
+	
+	/* Interfaces for validating */
+	xmlRelaxNGSetValidErrors
+	xmlRelaxNGNewValidCtxt
+	xmlRelaxNGFreeValidCtxt
+	xmlRelaxNGValidateDoc
+	/* not existent in the source */
+	/*xmlRelaxNGValidateStream*/
+	xmlRelaxNGCleanupTypes
+#endif /* LIBXML_SCHEMAS_ENABLED */
+
+
 /* SAX.h
    --------------------------------------------------------------------- */
 	getPublicId