initial load of upstream version 1.06.32
[xmlrpc-c] / lib / expat / xmltok / dllmain.c
diff --git a/lib/expat/xmltok/dllmain.c b/lib/expat/xmltok/dllmain.c
new file mode 100644 (file)
index 0000000..d5aa4a3
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+See the file copying.txt for copying permission.
+*/
+
+#define STRICT 1
+#define WIN32_LEAN_AND_MEAN 1
+
+#include <windows.h>
+
+BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
+{
+  return TRUE;
+}
+