publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue