Fix linking against storm.dll and diabloui.dll

* add aliases for storm exports to handle __stdcall calling convention on Linux
* mark external functions as extern "C"
This commit is contained in:
mewmew 2018-06-08 01:28:20 +02:00
commit 1836399875
6 changed files with 594 additions and 512 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.o
*.lib
*.dll
*.exe