diff options
Diffstat (limited to 'plugins/CryptoPP/main.cpp')
-rw-r--r-- | plugins/CryptoPP/main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp index 8ef6c310f5..b3adb93153 100644 --- a/plugins/CryptoPP/main.cpp +++ b/plugins/CryptoPP/main.cpp @@ -51,9 +51,8 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam) { }
-int Load(PLUGINLINK *link) {
-
- pluginLink = link;
+int Load(PLUGINLINK *link)
+{
DisableThreadLibraryCalls(g_hInst);
// get memoryManagerInterface address
@@ -73,7 +72,8 @@ int Load(PLUGINLINK *link) { }
-int Unload() {
+int Unload()
+{
return 0;
}
|