Dota2Translator
Dota2Translator copied to clipboard
Suggestion: Delete dllmain.cpp
Hi Patrik. I have recently been learning to write dynamically linked libraries and what I have learned is that the DllMain entry point is for minimal initialisation tasks, and that it is optional. Since you do not use it for anything you might as well just delete the entire file. I have tried to do it myself in my own projects and it will still compile just fine.
This is really a non-issue, but I will consider deleting it for a maintenance push I will try to perform later this month. Thanks for letting me know!