From 96882781656eb2ec3f4c643f14a4d218a8c59301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 14 Jan 2013 19:35:34 +0000 Subject: Updated sndVol sources to recent version. git-svn-id: http://svn.miranda-ng.org/main/trunk@3106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/sndVol/plugin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/!NotAdopted/sndVol/plugin.h') 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 #include +#include #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 -- cgit v1.2.3