publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_BACKGROUNDDOWNLOADERH
|
||||
#define NULLSOFT_BACKGROUNDDOWNLOADERH
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class BackgroundDownloader
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include <bfc/platform/types.h>
|
||||
#include <time.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
namespace RSS
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <wtypes.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "../nu/listview.h"
|
||||
#include "../nu/AutoLock.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue