GNOME Bugzilla – Bug 725716
Fix build of clutter-test-utils.c on Windows
Last modified: 2014-03-08 10:42:19 UTC
Created attachment 270973 [details] [review] Fix build of clutter-test-utils.c on Windows Hi, In clutter-test-utils.c, a static variable by the name of "environ" is used, however, this breaks the build on Windows, at least on Visual Studio builds, as it clashes with a #define in Visual Studio's stdlib.h. This simple patch appends instances of environ in the code with test_, so to avoid the clash. With blessings, thank you!
Review of attachment 270973 [details] [review]: looks good.
Hello, The patch was pushed as acd7d955 on clutter-1.18. With blessings, thank you!