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

@ -275,7 +275,7 @@ struct FileHistory;
// IT Header extension: Save history
struct ITHistoryStruct
{
uint16le fatdate; // DOS / FAT date when the file was opened / created in the editor. For details, read https://docs.microsoft.com/de-de/windows/win32/api/winbase/nf-winbase-dosdatetimetofiletime
uint16le fatdate; // DOS / FAT date when the file was opened / created in the editor. For details, read https://docs.microsoft.com/de-de/arch/win32/api/winbase/nf-winbase-dosdatetimetofiletime
uint16le fattime; // DOS / FAT time when the file was opened / created in the editor.
uint32le runtime; // The time how long the file was open in the editor, in 1/18.2th seconds. (= ticks of the DOS timer)

View file

@ -23,7 +23,7 @@
#include "../soundlib/ModSampleCopy.h"
#include "../common/ComponentManager.h"
#if defined(MPT_WITH_MEDIAFOUNDATION)
#include <windows.h>
#include <arch.h>
#include <atlbase.h>
#include <mfapi.h>
#include <mfidl.h>

View file

@ -168,7 +168,7 @@ uint16 WAVReader::GetFileCodePage(FileReader::ChunkList<RIFFChunk> &chunks)
Version version = Version::Parse(mpt::ToUnicode(mpt::Charset::ISO8859_1, versionString));
if(version && version < MPT_V("1.28.00.02"))
{
return 1252; // mpt::Charset::Windows1252; // OpenMPT up to and including 1.28.00.01 wrote metadata in windows-1252 encoding
return 1252; // mpt::Charset::Windows1252; // OpenMPT up to and including 1.28.00.01 wrote metadata in arch-1252 encoding
} else
{
return 28591; // mpt::Charset::ISO8859_1; // as per spec