mirror of https://github.com/PCSX2/pcsx2.git
7c205d7a1e
Using __declspec(dllexport) causes duplicate export warnings to be generated when compiling 64-bit builds. Name mangling also occurs on functions that are exported this way, so it doesn't actually work with the plugin system, which uses unmangled names. The module definition file exports the functions without name mangling and is sufficient on its own. |
||
---|---|---|
.. | ||
res | ||
vsprops | ||
resource.h | ||
stdafx.cpp | ||
stdafx.h | ||
xpad.cpp | ||
xpad.def | ||
xpad.h | ||
xpad.props | ||
xpad.rc | ||
xpad.vcxproj | ||
xpad.vcxproj.filters |