mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 140 forks source link

glib: negate Marshaller compiler define #165

Open knocte opened 7 years ago

knocte commented 7 years ago

So that the define is only enabled with the old mono version, and no define is needed for modern versions.

monojenkins commented 7 years ago

Hello! I'm the build bot for the Mono project.

I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done.

Contributors can ignore this message.

Therzok commented 7 years ago

We need a separate method for this. Otherwise the JIT will crap out when trying to find the new Utf8 variant.