From 1988e60c6f9dd061cb045546a02ccbb3642c098a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 21 Aug 2013 21:03:46 +0000 Subject: ConnectionNotify: - Improved Unicode and x64 compilation - added sounds when a connection is established (fixes #418) git-svn-id: http://svn.miranda-ng.org/main/trunk@5778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ConnectionNotify/src/ConnectionNotify.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/ConnectionNotify/src/ConnectionNotify.h') diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.h b/plugins/ConnectionNotify/src/ConnectionNotify.h index 3bf10c9ba4..75b64b0148 100644 --- a/plugins/ConnectionNotify/src/ConnectionNotify.h +++ b/plugins/ConnectionNotify/src/ConnectionNotify.h @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include @@ -31,6 +30,8 @@ #define MAX_LENGTH 512 #define STATUS_COUNT 9 +#define PLUGINNAME_NEWSOUND PLUGINNAME "_new_sound" + #if !defined(MIID_CONNECTIONNOTIFY) #define MIID_CONNECTIONNOTIFY {0x4bb5b4aa, 0xc364, 0x4f23, { 0x97, 0x46, 0xd5, 0xb7, 0x8, 0xa2, 0x86, 0xa5 } } #endif -- cgit v1.2.3