MFC extension DLL project with /clr option causes link error on _DllMain
mfcs80ud.lib(dllmodul.obj) : error LNK2005: __pRawDllMain already defined in DllMain.obj The project options are MFC extension DLL
mfcs80ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in DllMain.obj
/clr option (except the source file with my DllMain implementation)
UNICODE character set

