Skip to content
  • Ignacio Casal Quinteiro's avatar
    gobject: use a DllMain to initialize gobject on windows · dd21bffe
    Ignacio Casal Quinteiro authored
    It seems that VS 2015 optimizes out the constructor on windows,
    so it is better to use a DllMain to initialize the library
    and keep using a normal constructor on the other platforms.
    This research was done by  Arnav Singh.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752837
    dd21bffe