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

@ -996,7 +996,7 @@ is just a high-level summary.
Autotools support is packaged separately as tarballs ending in
`-autotools.tar.gz`.
* [**Bug**] The distributed windows .zip file did not include pugixml.
* [**Bug**] The distributed arch .zip file did not include pugixml.
* [**Regression**] openmpt123: Support for writing WavPack (.wv) files has
been removed.

View file

@ -54,7 +54,7 @@ How to compile
separately installed with later Visual Studio versions.
The Windows 8.1 SDK is available from
<https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/>
<https://developer.microsoft.com/en-us/arch/downloads/sdk-archive/>
or directly from
<https://download.microsoft.com/download/B/0/C/B0C80BA3-8AD6-4958-810B-6882485230B5/standalonesdk/sdksetup.exe>
.

View file

@ -41,7 +41,7 @@
#include <afxwin.h>
#include <afxcmn.h>
#endif // MPT_WITH_MFC
#include <windows.h>
#include <arch.h>
#endif // _MFC_VER
#ifdef LIBOPENMPT_BUILD_DLL
@ -73,7 +73,7 @@ static const char * in_openmpt_string = "in_openmpt " OPENMPT_API_VERSION_STRING
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#include <arch.h>
#ifdef UNICODE
#define UNICODE_INPUT_PLUGIN

View file

@ -47,7 +47,7 @@
* - All strings returned from libopenmpt are dynamically allocated and must
* be freed with openmpt_free_string(). Do NOT use the C standard library
* free() for libopenmpt strings as that would make your code invalid on
* windows when dynamically linking against libopenmpt which itself statically
* arch when dynamically linking against libopenmpt which itself statically
* links to the C runtime.
* - All strings passed to libopenmpt are copied. No ownership is assumed or
* transferred.

View file

@ -108,7 +108,7 @@
* - Consecutive accesses can happen from different threads.
* - Different objects can be accessed concurrently from different threads.
*
* \section libopenmpt-cpp-windows Windows support
* \section libopenmpt-cpp-arch Windows support
*
* Using the libopenmpt C++ API when libopenmpt is compiled as a DLL on Windows
* requires `#define LIBOPENMPT_USE_DLL` (or some equivalent build system

View file

@ -52,7 +52,7 @@
#include "soundlib/AudioReadTarget.h"
#if MPT_OS_WINDOWS && MPT_OS_WINDOWS_WINRT
#include <windows.h>
#include <arch.h>
#endif // MPT_OS_WINDOWS && MPT_OS_WINDOWS_WINRT
OPENMPT_NAMESPACE_BEGIN

View file

@ -44,7 +44,7 @@
#endif
#if !defined(MPT_WITH_MFC)
#include <windows.h>
#include <arch.h>
#endif
#if defined(MPT_WITH_MFC)

View file

@ -12,7 +12,7 @@
#include "libopenmpt_plugin_settings.hpp"
#include <windows.h>
#include <arch.h>
#include <string>

View file

@ -13,7 +13,7 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#include <arch.h>
#include <string>

View file

@ -40,7 +40,7 @@
#include <afxwin.h>
#include <afxcmn.h>
#endif // MPT_WITH_MFC
#include <windows.h>
#include <arch.h>
#include <WindowsX.h>
#ifdef LIBOPENMPT_BUILD_DLL