pcsx2/plugins/LilyPad
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
..
Linux lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
CMakeLists.txt cmake: factorize debug/dev define 2016-02-21 16:17:10 +01:00
Config.cpp lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
Config.h lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
Default.ini lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
DeviceEnumerator.cpp lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
DeviceEnumerator.h license: add missing header 2014-04-12 19:42:41 +02:00
Diagnostics.cpp license: add missing header 2014-04-12 19:42:41 +02:00
Diagnostics.h license: add missing header 2014-04-12 19:42:41 +02:00
DirectInput.cpp lilypad:windows: Set Unicode in project file instead 2016-02-25 23:36:11 +00:00
DirectInput.h license: add missing header 2014-04-12 19:42:41 +02:00
DualShock3.cpp license: add missing header 2014-04-12 19:42:41 +02:00
DualShock3.h license: add missing header 2014-04-12 19:42:41 +02:00
Global.cpp license: add missing header 2014-04-12 19:42:41 +02:00
Global.h windows: Don't use __declspec(dllexport) for plugin exports 2016-06-05 22:57:42 +01:00
HidDevice.cpp lilypad: Fix missing call to HidD_GetHidGuid 2016-06-05 20:04:17 +01:00
HidDevice.h lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
InputManager.cpp lilypad: Fix some gcc and clang warnings 2016-02-14 22:25:17 +00:00
InputManager.h lilypad: Fix some gcc and clang warnings 2016-02-14 22:25:17 +00:00
KeyboardQueue.cpp lilypad: Keep original KeyboardQueue (more ifdef) 2015-02-20 23:05:21 +01:00
KeyboardQueue.h lilypad : plug a basic keyboard device 2015-02-20 23:05:21 +01:00
LilyPad.cpp lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
LilyPad.def Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
LilyPad.rc lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
LilyPad.vcxproj windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
LilyPad.vcxproj.filters lilypad:windows: Remove keyboard hooks code 2016-05-27 23:40:31 +01:00
ProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
RawInput.cpp lilypad:windows: LoadLibrary is not required for Raw Input 2016-02-25 23:36:11 +00:00
RawInput.h lilypad:windows: LoadLibrary is not required for Raw Input 2016-02-25 23:36:11 +00:00
VKey.cpp license: add missing header 2014-04-12 19:42:41 +02:00
VKey.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsKeyboard.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsKeyboard.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMessaging.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMessaging.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMouse.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMouse.h license: add missing header 2014-04-12 19:42:41 +02:00
WndProcEater.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WndProcEater.h license: add missing header 2014-04-12 19:42:41 +02:00
XInputEnum.cpp windows: Workaround weird LoadLibraryEx failures 2016-04-06 19:52:59 +01:00
XInputEnum.h Avoid potential header clash between DirectX' and lilypad's xinput.h 2015-08-21 16:44:21 +02:00
frog.ico LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
resource.h lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
usb.h license: add missing header 2014-04-12 19:42:41 +02:00