[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45926] branches/soc-2011-tomato/intern/ cycles/util/util_types.h: Cycles:

Thomas Dinges blender at dingto.org
Tue Apr 24 16:59:09 CEST 2012


Revision: 45926
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45926
Author:   dingto
Date:     2012-04-24 14:59:08 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
Cycles:
* Fixing wrong windows define, causing compile errors. 

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/cycles/util/util_types.h

Modified: branches/soc-2011-tomato/intern/cycles/util/util_types.h
===================================================================
--- branches/soc-2011-tomato/intern/cycles/util/util_types.h	2012-04-24 14:51:23 UTC (rev 45925)
+++ branches/soc-2011-tomato/intern/cycles/util/util_types.h	2012-04-24 14:59:08 UTC (rev 45926)
@@ -36,7 +36,7 @@
 #define __shared
 #define __constant
 
-#ifdef __WIN32__
+#ifdef _WIN32
 #define __device_inline static __forceinline
 #define __align(...) __declspec(align(__VA_ARGS__))
 #else




More information about the Bf-blender-cvs mailing list