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,7 +1,7 @@
#ifndef NULLSOFT_BACKGROUNDDOWNLOADERH
#define NULLSOFT_BACKGROUNDDOWNLOADERH
#include <windows.h>
#include <arch.h>
class BackgroundDownloader
{

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_CLOUDH
#define NULLSOFT_CLOUDH
#include <windows.h>
#include <arch.h>
#include "Feeds.h"
#include "../nu/threadpool/api_threadpool.h"

View file

@ -1,6 +1,6 @@
#ifndef NULLSOFT_DEFAULTSH
#define NULLSOFT_DEFAULTSH
#include <windows.h>
#include <arch.h>
extern wchar_t defaultDownloadPath[MAX_PATH], serviceUrl[1024];
extern __time64_t updateTime;
extern int autoDownloadEpisodes;

View file

@ -1,7 +1,7 @@
#pragma once
#include <bfc/platform/types.h>
#include <time.h>
#include <windows.h>
#include <arch.h>
namespace RSS
{

View file

@ -35,7 +35,7 @@ void CloseDatabase();
#include "../nu/AutoWide.h"
#include "../nu/AutoLock.h"
#include "..\..\General\gen_ml/menu.h"
#include <windows.h>
#include <arch.h>
#include <shlwapi.h>
extern ATOM VIEWPROP;

View file

@ -1,6 +1,6 @@
#include "./layout.h"
#include <windows.h>
#include <arch.h>
BOOL Layout_Initialize( HWND hwnd, const INT *itemList, INT itemCount, LAYOUTITEM *layout )
{

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

@ -7,7 +7,7 @@
#include <wtypes.h>
#include <windows.h>
#include <arch.h>
#include "../nu/listview.h"
#include "../nu/AutoLock.h"