summaryrefslogtreecommitdiff
path: root/plugins/MagneticWindows/src/MagneticWindows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MagneticWindows/src/MagneticWindows.cpp')
-rw-r--r--plugins/MagneticWindows/src/MagneticWindows.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/MagneticWindows/src/MagneticWindows.cpp b/plugins/MagneticWindows/src/MagneticWindows.cpp
index 03ea94abbd..ec9f3928e7 100644
--- a/plugins/MagneticWindows/src/MagneticWindows.cpp
+++ b/plugins/MagneticWindows/src/MagneticWindows.cpp
@@ -106,7 +106,7 @@ int SnapPluginShutDown(WPARAM, LPARAM)
// Exportet Functions
///////////////////////////////////////////////////////////////////////////////////////////////////
-extern "C" int __declspec(dllexport) Load()
+int CMPlugin::Load()
{
HookEvent(ME_SYSTEM_MODULESLOADED, SnapPluginStart);
HookEvent(ME_SYSTEM_PRESHUTDOWN, SnapPluginShutDown);
@@ -119,8 +119,3 @@ extern "C" int __declspec(dllexport) Load()
WindowStart();
return 0;
}
-
-extern "C" int __declspec(dllexport) Unload()
-{
- return 0;
-}