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

@ -1,6 +1,6 @@
#include "../gracenote/gracenote.h"
#include "api__ml_plg.h"
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "../../General/gen_ml/ml.h"
#include "../winamp/wa_ipc.h"

View file

@ -3,7 +3,7 @@
#include "../playlist/ifc_playlist.h"
#include <vector>
#include <windows.h> // for MAX_PATH
#include <arch.h> // for MAX_PATH
#include "../playlist/pl_entry.h"
#include <bfc/multipatch.h>
#include <bfc/platform/types.h>

View file

@ -1,6 +1,6 @@
#ifndef NULLSOFT_ML_PLG_MAIN_H
#define NULLSOFT_ML_PLG_MAIN_H
#include <windows.h>
#include <arch.h>
#include "playlist.h"
#include "../../General/gen_ml/ml.h"
#include "IDScanner.h"

View file

@ -112,7 +112,7 @@ void WriteIntToIni(const char *key, const int value)
WritePrivateProfileStringA("ml_plg", key, buf, mediaLibrary.GetWinampIni());
}
// BE CAREFULL! Using this could potentially internationalize floats on some versions of windows eg. '1,6' instead of '1.6'
// BE CAREFULL! Using this could potentially internationalize floats on some versions of arch eg. '1,6' instead of '1.6'
void WriteFloatToIni(const char *key, const float value)
{
char buf[32] = {0};

View file

@ -96,26 +96,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

@ -1,6 +1,6 @@
#include "../gracenote/gracenote.h"
#include "api__ml_plg.h"
#include <windows.h>
#include <arch.h>
#include "resource.h"
#include "../../General/gen_ml/ml.h"
#include "../winamp/wa_ipc.h"