siggame / MegaMinerAI-13

MegaMinerAI-13: Droids
1 stars 5 forks source link

Fix C# DLLImport ambiguity #46

Closed lordcheeto closed 10 years ago

lordcheeto commented 10 years ago

C# Client is annotating the DLLImport incorrectly by not explicitly specifying the calling convention, which then defaults to StdCall. Needs to be changed to Cdecl. Make sure there are no problems with Mono in that regard.