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

@ -2,7 +2,7 @@
#define NULLSOFT_M3UWRITERH
#include <stdio.h>
#include <windows.h>
#include <arch.h>
class M3UWriter
{

View file

@ -1,5 +1,5 @@
#include "PLSWriter.h"
#include <windows.h>
#include <arch.h>
PLSWriter::PLSWriter() : numEntries(0), entryUsed(0)
{

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_PLSWRITERH
#define NULLSOFT_PLSWRITERH
#include <windows.h>
#include <arch.h>
class PLSWriter
{

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_ML_DISC_REPLAYGAIN_H
#define NULLSOFT_ML_DISC_REPLAYGAIN_H
#include <windows.h>
#include <arch.h>
#include "../ml_rg/obj_replaygain.h"
void CALLBACK StartGain(ULONG_PTR data);

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_ML_BANNER_HEADER
#define NULLSOFT_ML_BANNER_HEADER
#include <windows.h>
#include <arch.h>
class MLBanner
{

View file

@ -1,5 +1,5 @@
#include "main.h"
#include <windowsx.h>
#include <archx.h>
#include "resource.h"
#include "..\nu\listview.h"
@ -24,7 +24,7 @@
#include "PLSWriter.h"
#include "./settings.h"
#include <shlwapi.h>
#include <windows.h>
#include <arch.h>
#include <strsafe.h>
extern unsigned int FileTimeToUnixTime(FILETIME *ft);

View file

@ -1,5 +1,5 @@
#include "main.h"
#include <windowsx.h>
#include <archx.h>
#include "./resource.h"
#include "./commandbar.h"
#include <shlwapi.h>

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
#ifdef __cplusplus
extern "C" {

View file

@ -6,7 +6,7 @@
#endif
#define C_CONFIG_WIN32NATIVE
#include <windows.h>
#include <arch.h>
class C_Config
{

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
#ifdef __cplusplus
extern "C" {

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
#include "../Agave/Metadata/api_metadata.h"
#include "../ml_local/api_mldb.h"

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_DISCINFO_HEADER
#define NULLSOFT_DISCINFO_HEADER
#include <windows.h>
#include <arch.h>
// disc data array size (see decalrations in discInfo.cpp)

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
LPCWSTR Drive_GetTypeString(DWORD nType);
LPCWSTR Drive_GetBusTypeString(DWORD nBusType);

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_DRIVE_COMBOBOX_HEADER
#define NULLSOFT_DRIVE_COMBOBOX_HEADER
#include "windows.h"
#include "arch.h"
class DriveListBox
{

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
//#include "../primo/obj_primo.h"
// drive types

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_ML_INFOBOX_HEADER
#define NULLSOFT_ML_INFOBOX_HEADER
#include <windows.h>
#include <arch.h>
#define CAPTION_LENGTH 64
class MLInfoBox

View file

@ -15,7 +15,7 @@
#include "./copyinternal.h"
#include <shlobj.h>
#include <windows.h>
#include <arch.h>
#include <commctrl.h>
#ifndef LONGX86

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
LPCWSTR Medium_GetTypeString(DWORD nType);
LPCWSTR Medium_GetPhysicalTypeString(DWORD nType);

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

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
//#include <primosdk.h>
#define PRIMOSDK_CMDSEQUENCE ((DWORD)0xFFFFFFFF)
#define PRIMOSDK_OK 0

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
#ifdef __cplusplus
extern "C" {

View file

@ -5,7 +5,7 @@
#pragma once
#endif
#include <windows.h>
#include <arch.h>
// 02:04:01 - LOGICAL UNIT IS IN PROCESS OF BECOMING READY

View file

@ -1,7 +1,7 @@
#include <shlwapi.h>
#include "main.h"
#include <windowsx.h>
#include <archx.h>
#include "resource.h"
#include "../nu/DialogSkinner.h"
#include "../nu/ChildSizer.h"

View file

@ -7,7 +7,7 @@
#include "../nu/trace.h"
//#include <primosdk.h>
#include <windowsx.h>
#include <archx.h>
#include <strsafe.h>
#define MINIINFO_HEIGHT 100

View file

@ -1,5 +1,5 @@
#include "main.h"
#include <windowsx.h>
#include <archx.h>
#include "resource.h"
#include "../winamp/wa_ipc.h"
#include "../nu/DialogSkinner.h"

View file

@ -2,7 +2,7 @@
#include "./resource.h"
#include "../nu/DialogSkinner.h"
#include <windowsx.h>
#include <archx.h>
static HBRUSH hbBack = NULL;

View file

@ -2,7 +2,7 @@
#include "./resource.h"
#include "../nu/DialogSkinner.h"
#include <windowsx.h>
#include <archx.h>
static HBRUSH hbBack = NULL;
#define TIMER_SHOWTEXT_ID 1985