publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -22,7 +22,7 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include "main.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <locale.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <FLAC/all.h>
|
||||
#include "main.h"
|
||||
#include "../nu/ns_wc.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "resource.h"
|
||||
#include "Metadata.h"
|
||||
#include "../nu/AutoWide.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
** Created: March 1, 2007
|
||||
**
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <FLAC/all.h>
|
||||
#include <assert.h>
|
||||
#include "StreamFileWin32.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define NULLSOFT_IN_FLAC_STREAMFILEWIN32_H
|
||||
|
||||
#include <FLAC/all.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
struct Win32_State
|
||||
{
|
||||
|
|
|
@ -92,26 +92,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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#define PLUGIN_VER L"3.2"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
extern HANDLE killswitch;
|
||||
|
||||
#include "../Winamp/in2.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue