pcsx2/common
Jonathan Li 7c205d7a1e windows: Don't use __declspec(dllexport) for plugin exports
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.
2016-06-05 22:57:42 +01:00
..
build windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
include windows: Don't use __declspec(dllexport) for plugin exports 2016-06-05 22:57:42 +01:00
src common:freebsd: Fix compilation 2016-05-20 22:32:41 +01:00
vsprops windows: Remove parameter from prebuild command 2016-05-28 23:25:08 +01:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00