summaryrefslogtreecommitdiff
path: root/plugins/MirFox
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-05-28 19:23:55 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-05-28 19:23:55 +0000
commitf40720a77a2ed981bcab6dcceb6896d2c0781671 (patch)
tree5acb32a7373e38f02c22aa19beef8104419aeaf2 /plugins/MirFox
parentc628a13d98fde8d2555cc6fa8628e0b575021bd4 (diff)
- added langpacks to the /langpacks folder
- added mir_getLP(...) (this should be in Miranda IM too) - we use the same UUID for 32bit and 64bit git-svn-id: http://svn.miranda-ng.org/main/trunk@4827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox')
-rw-r--r--plugins/MirFox/src/MirandaInterface.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/MirFox/src/MirandaInterface.cpp b/plugins/MirFox/src/MirandaInterface.cpp
index d25ac93a34..b72a7f52d3 100644
--- a/plugins/MirFox/src/MirandaInterface.cpp
+++ b/plugins/MirFox/src/MirandaInterface.cpp
@@ -37,11 +37,7 @@ PLUGININFOEX pluginInfo={
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
-#ifdef _X64
- { 0xcb5d6b27, 0xb8e0, 0x484c, { 0x87, 0xb0, 0x4d, 0x46, 0x91, 0xa9, 0x4d, 0xee } }
-#else
{ 0xe99a09b2, 0xe05b, 0x4633, { 0xaa, 0x3a, 0x5c, 0x83, 0xef, 0x1c, 0xba, 0xb6 } }
-#endif
};
@@ -118,7 +114,7 @@ static int OnShutdown(WPARAM wParam, LPARAM lParam)
extern "C" int __declspec(dllexport) Load(void){
-
+ mir_getLP(&pluginInfo);
HookEvent(ME_SYSTEM_MODULESLOADED, onModulesLoaded);
HookEvent(ME_SYSTEM_SHUTDOWN, OnShutdown);