mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Merge pull request #592 from Frassle/bindings_style
Fix the binding generator to match recent handmade changes
This commit is contained in:
commit
7aef9a19b6
|
@ -252,7 +252,7 @@ namespace Bind
|
|||
{
|
||||
sw.WriteLine("[Slot({0})]", d.Slot);
|
||||
sw.WriteLine("[DllImport(Library, ExactSpelling = true, CallingConvention = CallingConvention.Winapi)]");
|
||||
sw.WriteLine("static extern {0};", GetDeclarationString(d, false));
|
||||
sw.WriteLine("private static extern {0};", GetDeclarationString(d, false));
|
||||
current_signature++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue