From 2cad3cc89947c51d0fc1a8b283f3c7b3a75dd2c6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 21:14:13 +0000 Subject: removed not needed interfaces added filter git-svn-id: http://svn.miranda-ng.org/main/trunk@3495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/crshdmp_11.vcxproj.filters | 65 ++++++++++++++++++++++++++ plugins/CrashDumper/src/crshdmp.cpp | 7 +-- 2 files changed, 67 insertions(+), 5 deletions(-) create mode 100644 plugins/CrashDumper/crshdmp_11.vcxproj.filters diff --git a/plugins/CrashDumper/crshdmp_11.vcxproj.filters b/plugins/CrashDumper/crshdmp_11.vcxproj.filters new file mode 100644 index 0000000000..490525799a --- /dev/null +++ b/plugins/CrashDumper/crshdmp_11.vcxproj.filters @@ -0,0 +1,65 @@ + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + + + {1b9ea841-da4e-4a4f-b264-f1fb6e1f4d8f} + + + {6262c2f6-a26d-4484-97d2-a070eddff40e} + + + {62e505d1-3764-4225-b4dd-cf2341c4f783} + + + \ No newline at end of file diff --git a/plugins/CrashDumper/src/crshdmp.cpp b/plugins/CrashDumper/src/crshdmp.cpp index b94ad9f0ca..a34134de6c 100644 --- a/plugins/CrashDumper/src/crshdmp.cpp +++ b/plugins/CrashDumper/src/crshdmp.cpp @@ -55,22 +55,19 @@ static const PLUGININFOEX pluginInfoEx = "http://miranda-ng.org/", UNICODE_AWARE, // {F62C1D7A-FFA4-4065-A251-4C9DD9101CC8} - { 0xf62c1d7a, 0xffa4, 0x4065, { 0xa2, 0x51, 0x4c, 0x9d, 0xd9, 0x10, 0x1c, 0xc8 } } + {0xf62c1d7a, 0xffa4, 0x4065, {0xa2, 0x51, 0x4c, 0x9d, 0xd9, 0x10, 0x1c, 0xc8}} }; const PLUGININFOEX* GetPluginInfoEx(void) { return &pluginInfoEx; } - extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirVersion) { ::mirandaVersion = mirVersion; return (PLUGININFOEX*)&pluginInfoEx; } -#define MIID_CRASHDUMP { 0x36a31a50, 0xcb55, 0x46d0, { 0xab, 0x9c, 0x1e, 0xac, 0xfb, 0x24, 0x0, 0x2a } } - // MirandaInterfaces - returns the protocol interface to the core -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SERVICEMODE, MIID_CRASHDUMP, MIID_LAST }; +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_SERVICEMODE, MIID_LAST}; INT_PTR StoreVersionInfoToFile(WPARAM, LPARAM lParam) { -- cgit v1.2.3