Make clipboard UTF-8 on Windows too

This commit is contained in:
sfan5
2021-08-30 21:51:24 +02:00
parent 9c4b6f25ab
commit 34f1f8d089
2 changed files with 21 additions and 9 deletions

View File

@ -48,6 +48,10 @@ private:
CIrrDeviceLinux * IrrDeviceLinux;
#endif
#ifdef _IRR_WINDOWS_API_
mutable core::stringc ClipboardBuf;
#endif
};
} // end namespace