Commit: 3cd26b4be74c53a478c8b6be251b88ad57f668e5 Author: Dalai Felinto Date: Tue Oct 20 01:01:20 2015 -0200 Branches: framebuffer https://developer.blender.org/rB3cd26b4be74c53a478c8b6be251b88ad57f668e5
POSIX_C_SOURCE def not required =================================================================== M source/blender/python/intern/gpu_offscreen.c =================================================================== diff --git a/source/blender/python/intern/gpu_offscreen.c b/source/blender/python/intern/gpu_offscreen.c index 41a70f1..f8285c6 100644 --- a/source/blender/python/intern/gpu_offscreen.c +++ b/source/blender/python/intern/gpu_offscreen.c @@ -27,11 +27,6 @@ * used for off-screen OpenGL rendering. */ -/* python redefines */ -#ifdef _POSIX_C_SOURCE -#undef _POSIX_C_SOURCE -#endif - #include <Python.h> #include "BLI_utildefines.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
