fix: Fix TTS COM exception in IL2CPP
This commit is contained in:
10
Assets/Plugins/Windows/Interop.SpeechLib/_FILETIME.cs
Normal file
10
Assets/Plugins/Windows/Interop.SpeechLib/_FILETIME.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SpeechLib {
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 4)]
|
||||
public struct _FILETIME {
|
||||
public uint dwLowDateTime;
|
||||
|
||||
public uint dwHighDateTime;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user