diff options
Diffstat (limited to 'plugins/WinterSpeak/src/main.cpp')
-rw-r--r-- | plugins/WinterSpeak/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/WinterSpeak/src/main.cpp b/plugins/WinterSpeak/src/main.cpp index 2bbd768ae9..56e7665459 100644 --- a/plugins/WinterSpeak/src/main.cpp +++ b/plugins/WinterSpeak/src/main.cpp @@ -66,7 +66,7 @@ int eventMessageAdded(WPARAM wParam, LPARAM lParam) int protocolAck(WPARAM, LPARAM lParam)
{
g_speak_announce->protocolAck(reinterpret_cast<ACKDATA *>(lParam));
-
+
return 0;
}
@@ -117,8 +117,8 @@ extern "C" __declspec(dllexport) int Load(void) g_speak_config = new SpeakConfig(g_hInst);
// expose to allow miranda + plugins to access my speak routines
- CreateServiceFunction(ME_SPEAK_STATUS, status);
- CreateServiceFunction(ME_SPEAK_MESSAGE, message);
+ CreateServiceFunction(MS_SPEAK_STATUS, status);
+ CreateServiceFunction(MS_SPEAK_MESSAGE, message);
}
if (!g_speak_announce)
|