diff options
author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Plugins/Input/in_wv/resource.h | |
parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/Plugins/Input/in_wv/resource.h')
-rw-r--r-- | Src/Plugins/Input/in_wv/resource.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Src/Plugins/Input/in_wv/resource.h b/Src/Plugins/Input/in_wv/resource.h new file mode 100644 index 00000000..dfeadd62 --- /dev/null +++ b/Src/Plugins/Input/in_wv/resource.h @@ -0,0 +1,49 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by wavpack.rc +// +#define IDS_DISABLED 106 +#define IDS_USE_TRACK 107 +#define IDS_USE_ALBUM 108 +#define IDS_JUST_CLIP 109 +#define IDS_SOFT_CLIP 110 +#define IDS_PREVENT_CLIP 111 +#define IDS_ABOUT 112 +#define IDS_FORMAT 113 +#define IDS_ENCODER_VERSION 114 +#define IDS_SOURCE 115 +#define IDS_MULTICHANNEL 116 +#define IDS_MONO 117 +#define IDS_STEREO 118 +#define IDS_HYBRID 119 +#define IDS_LOSSLESS 120 +#define IDS_LOSSY 121 +#define IDS_INTS 122 +#define IDS_FLOATS 123 +#define IDS_MODES 124 +#define IDS_FAST 125 +#define IDS_HIGH 126 +#define IDS_VHIGH 127 +#define IDS_EXTRA 128 +#define IDS_BITRATE 129 +#define IDS_RATIO 130 +#define IDS_KBPS 131 +#define IDS_MD5 132 +#define IDS_DESCRIPTION 133 +#define IDS_STRING134 134 +#define IDS_FILETYPE 134 +#define IDS_ABOUT_MESSAGE 135 +#define IDS_FAMILY_STRING 136 +#define IDS_GUID 65535 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NO_MFC 1 +#define _APS_NEXT_RESOURCE_VALUE 136 +#define _APS_NEXT_COMMAND_VALUE 40002 +#define _APS_NEXT_CONTROL_VALUE 1027 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |