mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 11:55:38 +00:00
Explicitly set WindowProcedure calling convention
This commit is contained in:
parent
1edfa8f3de
commit
6696bef3eb
|
@ -4313,6 +4313,8 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
#region --- Callbacks ---
|
||||
|
||||
[SuppressUnmanagedCodeSecurity]
|
||||
[UnmanagedFunctionPointer(CallingConvention.Winapi)]
|
||||
internal delegate IntPtr WindowProcedure(IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam);
|
||||
|
||||
#region Message
|
||||
|
|
Loading…
Reference in a new issue