mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
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:
parent
a37a37af7f
commit
65c96007fe
1 changed files with 0 additions and 7 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Reference in a new issue