gtk+ 3.2+ uuid conflicting when build by mingw-w64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In the gtk/Makefile.am file, gtk+ forced link libuuid:

libgtk_3_la_LDFLAGS += -Wl,-luuid

But in the file gdk/win32/gdkdnd-win32.c, gtk+ forced uuid initialization:

#define INITGUID

Then we got lots of FOLDERID_* redefined errors when link.

I think '#define INITGUID' should be replaced with '#undef INITGUID'.

Regards,
Dongsheng
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list




[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux