summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-07-26 09:16:06 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-07-26 09:16:06 +0000
commit303b10f969384002e95d0fbe559a0151f601b811 (patch)
treeaeab37b367b02406e0a8db83aa3049e0247799d9 /Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c
parent2029bd593a1f7552c64b62acde45d97f3123d342 (diff)
added TECkit sources (required for xetex) to libs
git-svn-id: svn://tug.org/texlive/trunk@1918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c')
-rw-r--r--Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c40
1 files changed, 40 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c b/Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c
new file mode 100644
index 00000000000..deb7fafc81a
--- /dev/null
+++ b/Build/source/libs/teckit/SFconv/expat/xmltok/dllmain.c
@@ -0,0 +1,40 @@
+/*
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://www.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is expat.
+
+The Initial Developer of the Original Code is James Clark.
+Portions created by James Clark are Copyright (C) 1998, 1999
+James Clark. All Rights Reserved.
+
+Contributor(s):
+
+Alternatively, the contents of this file may be used under the terms
+of the GNU General Public License (the "GPL"), in which case the
+provisions of the GPL are applicable instead of those above. If you
+wish to allow use of your version of this file only under the terms of
+the GPL and not to allow others to use your version of this file under
+the MPL, indicate your decision by deleting the provisions above and
+replace them with the notice and other provisions required by the
+GPL. If you do not delete the provisions above, a recipient may use
+your version of this file under either the MPL or the GPL.
+*/
+
+#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;
+}
+