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_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

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -4,7 +4,7 @@
#ifndef STRICT
#define STRICT
#endif
#include <windows.h>
#include <arch.h>
#include <mmsystem.h>
#include <dsound.h>

View file

@ -1,5 +1,5 @@
#define STRICT
#include <windows.h>
#include <arch.h>
#include "../Winamp/out.h"
#include "ds2.h"
#include "../pfc/pfc.h"

View file

@ -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>

View file

@ -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"