publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -22,7 +22,7 @@
#define WIN32_LEAN_AND_MEAN
#endif
#include "main.h"
#include <windows.h>
#include <arch.h>
#include <math.h>
#include <assert.h>
#include <locale.h>

View file

@ -22,7 +22,7 @@
#include <FLAC/all.h>
#include "main.h"
#include "../nu/ns_wc.h"
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "Metadata.h"
#include "../nu/AutoWide.h"

View file

@ -18,7 +18,7 @@
** Created: March 1, 2007
**
*/
#include <windows.h>
#include <arch.h>
#include <FLAC/all.h>
#include <assert.h>
#include "StreamFileWin32.h"

View file

@ -2,7 +2,7 @@
#define NULLSOFT_IN_FLAC_STREAMFILEWIN32_H
#include <FLAC/all.h>
#include <windows.h>
#include <arch.h>
struct Win32_State
{

View file

@ -92,26 +92,26 @@
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
<VcpkgConfiguration>Debug</VcpkgConfiguration>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<VcpkgInstalledDir>
</VcpkgInstalledDir>
<VcpkgUseStatic>false</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>

View file

@ -3,7 +3,7 @@
#define PLUGIN_VER L"3.2"
#include <windows.h>
#include <arch.h>
extern HANDLE killswitch;
#include "../Winamp/in2.h"