diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-13 13:17:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-13 13:17:28 +0000 |
commit | 34ef36eb857af952f5c061864c05aedc2316d3d8 (patch) | |
tree | e4298cef613d316c0d79a732c4c0ede8b9f6175e /src/core/stdclist | |
parent | 497bbb8c5281b1684515571c25fbd93aa5f089a0 (diff) |
old std* plugins became banned, not to load them from the Plugins folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@1443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdclist')
-rw-r--r-- | src/core/stdclist/src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index 60b3bae86e..c5cdd97b77 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -66,8 +66,8 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- //{240A91DC-9464-457a-9787-FF1EA88E77E3}
- {0x240a91dc, 0x9464, 0x457a, { 0x97, 0x87, 0xff, 0x1e, 0xa8, 0x8e, 0x77, 0xe3 }}
+ //{240A91DC-9464-457a-9787-FF1EA88E77E2}
+ {0x240a91dc, 0x9464, 0x457a, { 0x97, 0x87, 0xff, 0x1e, 0xa8, 0x8e, 0x77, 0xe2 }}
};
extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion)
|