diff options
author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
---|---|---|
committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Plugins/Output/out_wave/resource.h | |
parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz |
Initial community commit
Diffstat (limited to 'Src/Plugins/Output/out_wave/resource.h')
-rw-r--r-- | Src/Plugins/Output/out_wave/resource.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/Src/Plugins/Output/out_wave/resource.h b/Src/Plugins/Output/out_wave/resource.h new file mode 100644 index 00000000..479d2ebf --- /dev/null +++ b/Src/Plugins/Output/out_wave/resource.h @@ -0,0 +1,60 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by out_wave.rc +// +#define IDS_NULLSOFT_WAVEOUT_OLD 0 +#define IDS_NOT_ACTIVE 1 +#define IDS_UNKNOWN_MMSYSTEM_ERROR 2 +#define IDC_RESET 3 +#define IDS_UNSUPPORTED_PCM_FORMAT 3 +#define IDS_ANOTHER_PROGRAM_IS_USING_THE_SOUNDCARD 4 +#define IDS_NO_SOUND_DEVICES_FOUND 5 +#define IDS_INTERNAL_DRIVER_ERROR 6 +#define IDS_REINSTALL_SOUNDCARD_DRIVERS 7 +#define IDS_ERROR_CODE_WINDOWS_ERROR_MESSAGE 8 +#define IDS_ERROR_CODE 9 +#define IDS_DATA_FORMAT 10 +#define IDS_BUFFER_STATUS 11 +#define IDS_LATENCY 12 +#define IDS_ABOUT 13 +#define IDS_PREFS_TITLE 15 +#define IDS_ERROR 16 +#define IDS_WAVE_U_MS 17 +#define IDS_ABOUT_STRING 18 +#define IDS_ABOUT_TEXT 18 +#define IDD_CONFIG 300 +#define IDD_WAVE_CONFIG 300 +#define IDC_GAPLESS 1000 +#define IDC_BUF_SIZE 1001 +#define IDC_SPIN1 1002 +#define IDC_PRIMARY 1003 +#define IDC_PREBUF_SIZE 1003 +#define IDC_DEV 1004 +#define IDC_HACK 1005 +#define IDC_EXCLUSIVE 1006 +#define IDC_PREBUFFER 1007 +#define IDC_SPIN2 1008 +#define IDC_VOL_ENABLE 1009 +#define IDC_ALT_VOL 1010 +#define IDC_VOL_RESET 1011 +#define IDC_PREB_TEXT 1012 +#define IDC_STATE 1013 +#define IDC_PREBUFFER_1 1014 +#define IDC_PREBUFFER_2 1015 +#define IDC_PREBUF_DISP_1 1016 +#define IDC_PREBUF_DISP_2 1017 +#define IDC_BLAH 1018 +#define IDC_BUFFER 1020 +#define IDC_BUF_DISP 1021 +#define IDS_NULLSOFT_WAVEOUT 65534 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 301 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1019 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |