diff options
Diffstat (limited to 'plugins/!NotAdopted/sndVol/plugin.h')
-rw-r--r-- | plugins/!NotAdopted/sndVol/plugin.h | 6 |
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
|