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_OUT_DS_CONFIG_H
|
||||
#define NULLSOFT_OUT_DS_CONFIG_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "ds_main.h"
|
||||
|
||||
class DS2config //config struct to pass to DS2::create(); if create messes up, this struct also returns error message
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_OUT_DS_DEVENUM_H
|
||||
#define NULLSOFT_OUT_DS_DEVENUM_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#include <dsound.h>
|
||||
#include "res_wa2/resource.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef NULLSOFT_OUT_DS_VOLCTRL_H
|
||||
#define NULLSOFT_OUT_DS_VOLCTRL_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#include <dsound.h>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "../studio/services/servicei.h"
|
||||
#include "../studio/corecb.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#include <dsound.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#ifndef STRICT
|
||||
#define STRICT
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#include <dsound.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define STRICT
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "../Winamp/out.h"
|
||||
#include "ds2.h"
|
||||
#include "../pfc/pfc.h"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "out_ds.h"
|
||||
#include <windowsx.h>
|
||||
#include <archx.h>
|
||||
#include <commctrl.h>
|
||||
#include "res_wa2/resource.h"
|
||||
#include "ds2.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue