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

@ -12,7 +12,7 @@
// improved/optimized/whatever 10/30/00 JF
#include <windows.h>
#include <arch.h>
#include <string.h>
#include "id3_field.h"

View file

@ -11,7 +11,7 @@
// Mon Nov 23 18:34:01 1998
// improved/optimized/whatever 10/30/00 JF
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <memory.h>
#include "id3_field.h"

View file

@ -17,7 +17,7 @@
#include <string.h>
#include <stdlib.h>
#include "id3_field.h"
#include <windows.h>
#include <arch.h>
#include "../Plugins/Input/in_mp3/config.h" // TODO: cut
#include "id3_misc_support.h"

View file

@ -14,7 +14,7 @@
#ifndef ID3LIB_TAG_H
#define ID3LIB_TAG_H
#include <windows.h>
#include <arch.h>
#include <wchar.h>
#include <stdio.h>
#include "id3_types.h"

View file

@ -10,7 +10,7 @@
//
// Mon Nov 23 18:34:01 1998
#include <windows.h>
#include <arch.h>
#include <string.h>
#include "id3_tag.h"

View file

@ -11,7 +11,7 @@
// Mon Nov 23 18:34:01 1998
#include <windows.h>
#include <arch.h>
#include <stdio.h>
#include <string.h>
#include <memory.h>

View file

@ -15,7 +15,7 @@
#include <memory.h>
#include "id3_tag.h"
#include "id3_misc_support.h"
#include <windows.h>
#include <arch.h>

View file

@ -89,26 +89,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>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>false</VcpkgEnableManifest>