[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25771] trunk/lib/win64/pthreads/include/ sched.h: * fix redefinition warning by using same #if 0 as in pthread.h

Nathan Letwory jesterking at letwory.net
Wed Jan 6 11:01:39 CET 2010


Revision: 25771
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25771
Author:   jesterking
Date:     2010-01-06 11:01:39 +0100 (Wed, 06 Jan 2010)

Log Message:
-----------
* fix redefinition warning by using same #if 0 as in pthread.h

Modified Paths:
--------------
    trunk/lib/win64/pthreads/include/sched.h

Modified: trunk/lib/win64/pthreads/include/sched.h
===================================================================
--- trunk/lib/win64/pthreads/include/sched.h	2010-01-06 09:42:41 UTC (rev 25770)
+++ trunk/lib/win64/pthreads/include/sched.h	2010-01-06 10:01:39 UTC (rev 25771)
@@ -76,7 +76,7 @@
  * do NOT define PTW32_BUILD, and then the variables/functions will
  * be imported correctly.
  */
-#ifndef PTW32_STATIC_LIB
+#if 0 // ndef PTW32_STATIC_LIB
 #  ifdef PTW32_BUILD
 #    define PTW32_DLLPORT __declspec (dllexport)
 #  else





More information about the Bf-blender-cvs mailing list