summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/sndVol/plugin.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-01-14 19:35:34 +0000
committerRobert Pösel <robyer@seznam.cz>2013-01-14 19:35:34 +0000
commit96882781656eb2ec3f4c643f14a4d218a8c59301 (patch)
tree1dc9ee274f0e17ed5f5f138fdca204ef6e6219a4 /plugins/!NotAdopted/sndVol/plugin.h
parent187938fe58815e21fa4fd635fb9a7fb50f578d38 (diff)
Updated sndVol sources to recent version.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/sndVol/plugin.h')
-rw-r--r--plugins/!NotAdopted/sndVol/plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/!NotAdopted/sndVol/plugin.h b/plugins/!NotAdopted/sndVol/plugin.h
index 529676a289..dce6605048 100644
--- a/plugins/!NotAdopted/sndVol/plugin.h
+++ b/plugins/!NotAdopted/sndVol/plugin.h
@@ -1,6 +1,6 @@
-#include "AggressiveOptimize.h"
#include <windows.h>
#include <commctrl.h>
+#include <stdio.h>
#include "../../include/newpluginapi.h"
#include "../../include/m_system.h"
#include "../../include/m_database.h"
@@ -26,9 +26,11 @@ extern HICON hSoundOn, hSoundOff;
extern int autoPreview;
#define SLIDER_MIN 1
-#define SLIDER_MAX 90
+#define SLIDER_MAX 100
#define SLIDER_DIV 6
+#define MS_RADIO_SETVOL "mRadio/SetVol"
+
#ifdef __cplusplus
extern "C" {
#endif