publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -2,7 +2,7 @@
|
|||
#define NULLSOFT_M3UWRITERH
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class M3UWriter
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "PLSWriter.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
PLSWriter::PLSWriter() : numEntries(0), entryUsed(0)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_PLSWRITERH
|
||||
#define NULLSOFT_PLSWRITERH
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class PLSWriter
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_ML_BANNER_HEADER
|
||||
#define NULLSOFT_ML_BANNER_HEADER
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class MLBanner
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "main.h"
|
||||
#include <windowsx.h>
|
||||
#include <archx.h>
|
||||
#include "./resource.h"
|
||||
#include "./commandbar.h"
|
||||
#include <shlwapi.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#endif
|
||||
|
||||
#define C_CONFIG_WIN32NATIVE
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class C_Config
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
LPCWSTR Drive_GetTypeString(DWORD nType);
|
||||
LPCWSTR Drive_GetBusTypeString(DWORD nBusType);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_DRIVE_COMBOBOX_HEADER
|
||||
#define NULLSOFT_DRIVE_COMBOBOX_HEADER
|
||||
|
||||
#include "windows.h"
|
||||
#include "arch.h"
|
||||
|
||||
class DriveListBox
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
//#include "../primo/obj_primo.h"
|
||||
|
||||
// drive types
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "./copyinternal.h"
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#ifndef LONGX86
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
LPCWSTR Medium_GetTypeString(DWORD nType);
|
||||
LPCWSTR Medium_GetPhysicalTypeString(DWORD nType);
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
// 02:04:01 - LOGICAL UNIT IS IN PROCESS OF BECOMING READY
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "../nu/trace.h"
|
||||
|
||||
//#include <primosdk.h>
|
||||
#include <windowsx.h>
|
||||
#include <archx.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#define MINIINFO_HEIGHT 100
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "./resource.h"
|
||||
#include "../nu/DialogSkinner.h"
|
||||
|
||||
#include <windowsx.h>
|
||||
#include <archx.h>
|
||||
|
||||
static HBRUSH hbBack = NULL;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue