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.
This commit is contained in:
Karl Waclawek 2002-08-26 01:33:56 +00:00
parent a37a37af7f
commit 65c96007fe

View file

@ -593,13 +593,6 @@ typedef struct {
#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 *