diff options
Diffstat (limited to 'MirandaPlugin/Templates/1033/base.cpp')
-rw-r--r-- | MirandaPlugin/Templates/1033/base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MirandaPlugin/Templates/1033/base.cpp b/MirandaPlugin/Templates/1033/base.cpp index a36cad8..21442ad 100644 --- a/MirandaPlugin/Templates/1033/base.cpp +++ b/MirandaPlugin/Templates/1033/base.cpp @@ -34,7 +34,7 @@ PLUGININFOEX pluginInfo={ 0,
0,
// TODO: generate your own GUID!!
- { 0x3899640f, 0xbdc9, 0x4f39, { 0x91, 0x28, 0x5, 0x77, 0xa6, 0x9b, 0xc4, 0xe2 } } // {3899640F-BDC9-4f39-9128-0577A69BC4E2}
+ [!output GUID_PLUGIN]
};
@@ -48,7 +48,7 @@ extern "C" __declspec (dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirand }
// TODO: add any interfaces you implement to this list
-static const MUUID interfaces[] = {MIID_LAST};
+static const MUUID interfaces[] = {MIID_[!output SAFE_PROJECT_NAME_CAPS], MIID_LAST};
extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
{
return interfaces;
|