diff options
| author | jhurst <jhurst@cinecert.com> | 2019-02-12 09:13:35 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2019-02-12 09:13:35 -0800 |
| commit | 260692554632887d4e978775001081add386b909 (patch) | |
| tree | d306055c36bcb6839c5e0ea6bd62ef83440c2abd /src/KM_fileio.h | |
| parent | 94933bbbea5bdb424f1b2d1aa21e5e69805358cd (diff) | |
o Fixed ISXD bugs:
o Incorrect UTF_8_Text_DataEssenceCoding UL
o Incorrect ISXDDataEssenceDescriptor_NamespaceURI UL
o Incorrect use of FrameWrappedISXDData UL
o Incorrect use of FrameWrappedISXDContainer UL
o Added KM_WIN32_UTF8 macro to protect old users from new ideas
Diffstat (limited to 'src/KM_fileio.h')
| -rwxr-xr-x | src/KM_fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.h b/src/KM_fileio.h index bf258e6..60e1e6a 100755 --- a/src/KM_fileio.h +++ b/src/KM_fileio.h @@ -300,7 +300,7 @@ namespace Kumu Result_t WriteBufferIntoFile(const Kumu::ByteString& Buffer, const std::string& Filename); -#ifdef KM_WIN32 +#ifdef KM_WIN32_UTF8 //------------------------------------------------------------------------------------------ // wide char support for win32 file I/O //------------------------------------------------------------------------------------------ |
