[Bf-blender-cvs] [3cd26b4] framebuffer: POSIX_C_SOURCE def not required

Dalai Felinto noreply at git.blender.org
Tue Oct 20 05:02:33 CEST 2015


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"




More information about the Bf-blender-cvs mailing list