[Expat-CVS] expat/lib xmlparse.c,1.68,1.69

Karl Waclawek kwaclaw@users.sourceforge.net
Sun Aug 25 18:35:02 2002


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8095

Modified Files:
	xmlparse.c 
Log Message:
Removed DllMain function for Windows Dll.
Not needed, since we don't intialize antything, and it gets in
the way when building a static Expat library that is used by a Dll.

Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- xmlparse.c	23 Aug 2002 21:54:11 -0000	1.68
+++ xmlparse.c	26 Aug 2002 01:33:56 -0000	1.69
@@ -593,13 +593,6 @@
 #define paramEntityParsing (((Parser *)parser)->m_paramEntityParsing)
 #endif /* XML_DTD */
 
-#ifdef COMPILED_FROM_DSP
-BOOL WINAPI
-DllMain(HINSTANCE h, DWORD r, LPVOID p) {
-  return TRUE;
-}
-#endif /* def COMPILED_FROM_DSP */
-
 #ifdef _MSC_VER
 #ifdef _DEBUG
 Parser *