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_PLAYLIST_PLSLOADER_H
|
||||
|
||||
#include "ifc_playlistloader.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
class PLSLoader : public ifc_playlistloader
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "ifc_playlist.h"
|
||||
|
||||
#include <windows.h> // for MAX_PATH
|
||||
#include <arch.h> // for MAX_PATH
|
||||
#include "pl_entry.h"
|
||||
#include "ifc_playlistT.h"
|
||||
#include "ifc_playlistloadercallbackT.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_PLAYLIST_MAIN_H
|
||||
#define NULLSOFT_PLAYLIST_MAIN_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include "..\Components\wac_network\wac_network_http_receiver_api.h"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define NULLSOFT_ML_PLAYLISTS_PL_ENTRY_H
|
||||
|
||||
#include "ifc_plentryinfo.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <map>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -92,18 +92,18 @@
|
|||
<VcpkgEnabled>false</VcpkgEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue