Rename DLL_EXPORT to GMOD_DLL_EXPORT (#14)
DLL_EXPORT tends to get queried in other places as well, and some
headers don't expect that definition to get tainted. This results in some
rather funny issues with linking in certain cases (most notably
MinGW's winpthread library).
Rename the definition to GMOD_DLL_EXPORT to solve those conflicts.