publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#endif
|
||||
|
||||
#if !defined(MPT_WITH_MFC)
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#endif
|
||||
|
||||
#if defined(MPT_WITH_MFC)
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "libopenmpt_plugin_settings.hpp"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue