From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/Plugins/SDK/out_null/Out_null.dsp | 108 ++++++++ Src/Plugins/SDK/out_null/Out_null.dsw | 29 +++ Src/Plugins/SDK/out_null/Out_null.sln | 25 ++ Src/Plugins/SDK/out_null/Out_null.vcxproj | 296 ++++++++++++++++++++++ Src/Plugins/SDK/out_null/Out_null.vcxproj.filters | 32 +++ Src/Plugins/SDK/out_null/main.c | 159 ++++++++++++ Src/Plugins/SDK/out_null/out_null.rc | 109 ++++++++ Src/Plugins/SDK/out_null/resource.h | 18 ++ Src/Plugins/SDK/out_null/version.rc2 | 39 +++ 9 files changed, 815 insertions(+) create mode 100644 Src/Plugins/SDK/out_null/Out_null.dsp create mode 100644 Src/Plugins/SDK/out_null/Out_null.dsw create mode 100644 Src/Plugins/SDK/out_null/Out_null.sln create mode 100644 Src/Plugins/SDK/out_null/Out_null.vcxproj create mode 100644 Src/Plugins/SDK/out_null/Out_null.vcxproj.filters create mode 100644 Src/Plugins/SDK/out_null/main.c create mode 100644 Src/Plugins/SDK/out_null/out_null.rc create mode 100644 Src/Plugins/SDK/out_null/resource.h create mode 100644 Src/Plugins/SDK/out_null/version.rc2 (limited to 'Src/Plugins/SDK/out_null') diff --git a/Src/Plugins/SDK/out_null/Out_null.dsp b/Src/Plugins/SDK/out_null/Out_null.dsp new file mode 100644 index 00000000..7ec8730f --- /dev/null +++ b/Src/Plugins/SDK/out_null/Out_null.dsp @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="out_null" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=out_null - Win32 Release +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "Out_null.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "Out_null.mak" CFG="out_null - Win32 Release" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "out_null - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "out_null - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName ""$/out_null", KIBAAAAA" +# PROP Scc_LocalPath "." +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "out_null - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir ".\Release" +# PROP BASE Intermediate_Dir ".\Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir ".\Release" +# PROP Intermediate_Dir ".\Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c +# ADD CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /out:"c:\program files\winamp\plugins\out_null.dll" + +!ELSEIF "$(CFG)" == "out_null - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir ".\Debug" +# PROP BASE Intermediate_Dir ".\Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir ".\Debug" +# PROP Intermediate_Dir ".\Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD BASE MTL /nologo /D "_DEBUG" /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"c:\program files\winamp\plugins\out_null.dll" + +!ENDIF + +# Begin Target + +# Name "out_null - Win32 Release" +# Name "out_null - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90" +# Begin Source File + +SOURCE=.\main.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/Src/Plugins/SDK/out_null/Out_null.dsw b/Src/Plugins/SDK/out_null/Out_null.dsw new file mode 100644 index 00000000..9082bebf --- /dev/null +++ b/Src/Plugins/SDK/out_null/Out_null.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "out_null"=.\Out_null.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/Src/Plugins/SDK/out_null/Out_null.sln b/Src/Plugins/SDK/out_null/Out_null.sln new file mode 100644 index 00000000..36e98e3b --- /dev/null +++ b/Src/Plugins/SDK/out_null/Out_null.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32630.194 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "out_null", "Out_null.vcxproj", "{B8D54893-D578-41CF-B0EF-24C1B340F536}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B8D54893-D578-41CF-B0EF-24C1B340F536}.Debug|x86.ActiveCfg = Debug|Win32 + {B8D54893-D578-41CF-B0EF-24C1B340F536}.Debug|x86.Build.0 = Debug|Win32 + {B8D54893-D578-41CF-B0EF-24C1B340F536}.Release|x86.ActiveCfg = Release|Win32 + {B8D54893-D578-41CF-B0EF-24C1B340F536}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {82A636E0-35BE-4DB3-B1AE-3CA392E3BA95} + EndGlobalSection +EndGlobal diff --git a/Src/Plugins/SDK/out_null/Out_null.vcxproj b/Src/Plugins/SDK/out_null/Out_null.vcxproj new file mode 100644 index 00000000..eace4a73 --- /dev/null +++ b/Src/Plugins/SDK/out_null/Out_null.vcxproj @@ -0,0 +1,296 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + out_null + "$/out_null", KIBAAAAA + . + {B8D54893-D578-41CF-B0EF-24C1B340F536} + 10.0.19041.0 + + + + DynamicLibrary + v142 + false + Unicode + + + DynamicLibrary + v142 + false + Unicode + + + DynamicLibrary + v142 + false + Unicode + + + DynamicLibrary + v142 + false + Unicode + + + + + + + + + + + + + + + + + + + + + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + false + $(IncludePath) + $(LibraryPath) + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + false + $(IncludePath) + $(LibraryPath) + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + Debug + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + false + ProgramDatabase + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(IntDir) + .\Debug\Out_null.pch + $(IntDir) + $(IntDir)$(TargetName).pdb + true + ..\..;%(AdditionalIncludeDirectories) + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\Out_null.tlb + true + Win32 + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\Out_null.bsc + + + true + true + true + Windows + $(OutDir)$(TargetName)$(TargetExt) + $(IntDir)$(TargetName).lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).pdb + false + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ProgramDatabase + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(IntDir) + .\Debug\Out_null.pch + $(IntDir) + $(IntDir)$(TargetName).pdb + true + ..\..;%(AdditionalIncludeDirectories) + + + true + _DEBUG;%(PreprocessorDefinitions) + .\Debug\Out_null.tlb + true + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\Out_null.bsc + + + true + true + true + Windows + $(OutDir)$(TargetName)$(TargetExt) + $(IntDir)$(TargetName).lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).pdb + false + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(IntDir) + .\Release\Out_null.pch + $(IntDir) + $(IntDir)$(TargetName).pdb + true + None + ..\..;%(AdditionalIncludeDirectories) + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\Out_null.tlb + true + Win32 + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Out_null.bsc + + + true + true + Windows + true + $(OutDir)$(TargetName)$(TargetExt) + $(IntDir)$(TargetName).lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).pdb + false + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(IntDir) + .\Release\Out_null.pch + $(IntDir) + $(IntDir)$(TargetName).pdb + true + None + ..\..;%(AdditionalIncludeDirectories) + + + true + NDEBUG;%(PreprocessorDefinitions) + .\Release\Out_null.tlb + true + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Out_null.bsc + + + true + true + Windows + true + $(OutDir)$(TargetName)$(TargetExt) + $(IntDir)$(TargetName).lib + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;%(AdditionalDependencies) + $(IntDir)$(TargetName).pdb + false + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Src/Plugins/SDK/out_null/Out_null.vcxproj.filters b/Src/Plugins/SDK/out_null/Out_null.vcxproj.filters new file mode 100644 index 00000000..472c4d7e --- /dev/null +++ b/Src/Plugins/SDK/out_null/Out_null.vcxproj.filters @@ -0,0 +1,32 @@ + + + + + {e21794e3-c3bb-45ec-9813-6351aaff4a82} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90 + + + {568df85e-3172-4193-826c-888576340f16} + h;hpp;hxx;hm;inl;fi;fd + + + {92396768-2921-46da-8d9d-ec606b43d772} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/Src/Plugins/SDK/out_null/main.c b/Src/Plugins/SDK/out_null/main.c new file mode 100644 index 00000000..55eb9906 --- /dev/null +++ b/Src/Plugins/SDK/out_null/main.c @@ -0,0 +1,159 @@ +#include +#include +#include "../winamp/out.h" + +#define PI_VER2 "v1.2" + +/* #ifdef __alpha +#define PI_VER PI_VER2 " (AXP)" +#else +#define PI_VER PI_VER2 " (x86)" +#endif */ + +int getwrittentime(); +int getoutputtime(); + +int srate, numchan, bps, active; +volatile int writtentime, w_offset; + + +BOOL WINAPI _DllMainCRTStartup(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) +{ + return TRUE; +} + +Out_Module out; + +static int last_pause=0; + +void config(HWND hwnd) +{ +} + +void about(HWND hwnd) +{ +} + +void init() +{ +} + +void quit() +{ +} + +int start_t; + +int open(int samplerate, int numchannels, int bitspersamp, int bufferlenms, int prebufferms) +{ + start_t=GetTickCount(); + w_offset = writtentime = 0; + active=1; + numchan = numchannels; + srate = samplerate; + bps = bitspersamp; + return 1; +} + +void close() +{ +} + +int write(char *buf, int len) +{ + writtentime += len; + return 0; +} + +int canwrite() +{ + if (last_pause) return 0; + if (getwrittentime() < getoutputtime()+MulDiv(65536,1000,srate*bps*numchan/8)) return 65536; + return 0; +} + +int isplaying() +{ + return 0; +} + +int pause(int pause) +{ + int t=last_pause; + if (!last_pause && pause) { w_offset+=GetTickCount()-start_t; writtentime=0; } + if (last_pause && !pause) { start_t=GetTickCount(); } + last_pause=pause; + return t; +} + +void setvolume(int volume) +{ +} + +void setpan(int pan) +{ +} + +void flush(int t) +{ + w_offset=t; + start_t=GetTickCount(); + writtentime=0; +} + +int getoutputtime() +{ + if (last_pause) + return w_offset; + return GetTickCount()-start_t + w_offset; +} + +int getwrittentime() +{ + int t=srate*numchan,l; + int ms=writtentime; + + if (t) + { + l=ms%t; + ms /= t; + ms *= 1000; + ms += (l*1000)/t; + + ms/=(bps/8); + + return ms + w_offset; + } + else + return ms; +} + +Out_Module out = { + OUT_VER, + "Nullsoft NULL Output " PI_VER2 + + , + 65, + 0, // hmainwindow + 0, // hdllinstance + config, + about, + init, + quit, + open, + close, + write, + canwrite, + isplaying, + pause, + setvolume, + setpan, + flush, + getoutputtime, + getwrittentime +}; + +__declspec( dllexport ) Out_Module * winampGetOutModule() +{ + return &out; +} diff --git a/Src/Plugins/SDK/out_null/out_null.rc b/Src/Plugins/SDK/out_null/out_null.rc new file mode 100644 index 00000000..b8f200a1 --- /dev/null +++ b/Src/Plugins/SDK/out_null/out_null.rc @@ -0,0 +1,109 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Polish resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PLK) +#ifdef _WIN32 +LANGUAGE LANG_POLISH, SUBLANG_DEFAULT +#pragma code_page(1250) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "#include ""version.rc2""\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Polish resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (U.K.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDS_NULLSOFT_NULL_OUTPUT "Nullsoft Null Output v%s" + 65535 "{1A710E67-5180-49ac-8102-105856ED0A2F}" +END + +#endif // English (U.K.) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// +#include "version.rc2" + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/Src/Plugins/SDK/out_null/resource.h b/Src/Plugins/SDK/out_null/resource.h new file mode 100644 index 00000000..8c4033e0 --- /dev/null +++ b/Src/Plugins/SDK/out_null/resource.h @@ -0,0 +1,18 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by out_null.rc +// +#define IDS_NULLSOFT_NULL_OUTPUT_OLD 0 + +#define IDS_NULLSOFT_NULL_OUTPUT 65534 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 108 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1037 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/Src/Plugins/SDK/out_null/version.rc2 b/Src/Plugins/SDK/out_null/version.rc2 new file mode 100644 index 00000000..43fce05d --- /dev/null +++ b/Src/Plugins/SDK/out_null/version.rc2 @@ -0,0 +1,39 @@ + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// +#include "..\..\..\Winamp\buildType.h" +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,2,0,1 + PRODUCTVERSION WINAMP_PRODUCTVER + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "Winamp SA" + VALUE "FileDescription", "Winamp Null Output Plug-in" + VALUE "FileVersion", "1,2,0,1" + VALUE "InternalName", "Nullsoft Null Output" + VALUE "LegalCopyright", "Copyright © 2005-2023 Winamp SA" + VALUE "LegalTrademarks", "Nullsoft and Winamp are trademarks of Winamp SA" + VALUE "OriginalFilename", "out_null.dll" + VALUE "ProductName", "Winamp" + VALUE "ProductVersion", STR_WINAMP_PRODUCTVER + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END -- cgit