Revision: 16167
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16167
Author:   genscher
Date:     2008-08-18 12:48:37 +0200 (Mon, 18 Aug 2008)

Log Message:
-----------
#2: Fixing compile errors on mingw/cygwin (reported by aligorith)

Modified Paths:
--------------
    trunk/blender/intern/guardedalloc/BLO_sys_types.h
    trunk/blender/intern/opennl/superlu/BLO_sys_types.h
    trunk/blender/source/blender/blenloader/BLO_sys_types.h

Modified: trunk/blender/intern/guardedalloc/BLO_sys_types.h
===================================================================
--- trunk/blender/intern/guardedalloc/BLO_sys_types.h   2008-08-18 10:37:15 UTC 
(rev 16166)
+++ trunk/blender/intern/guardedalloc/BLO_sys_types.h   2008-08-18 10:48:37 UTC 
(rev 16167)
@@ -48,11 +48,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-
-#ifdef FREE_WINDOWS
-typedef unsigned char uint8_t;
-typedef unsigned int uint32_t;
-#endif
  
 #if defined(_WIN32) && !defined(FREE_WINDOWS)
 

Modified: trunk/blender/intern/opennl/superlu/BLO_sys_types.h
===================================================================
--- trunk/blender/intern/opennl/superlu/BLO_sys_types.h 2008-08-18 10:37:15 UTC 
(rev 16166)
+++ trunk/blender/intern/opennl/superlu/BLO_sys_types.h 2008-08-18 10:48:37 UTC 
(rev 16167)
@@ -48,11 +48,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-
-#ifdef FREE_WINDOWS
-typedef unsigned char uint8_t;
-typedef unsigned int uint32_t;
-#endif
  
 #if defined(_WIN32) && !defined(FREE_WINDOWS)
 

Modified: trunk/blender/source/blender/blenloader/BLO_sys_types.h
===================================================================
--- trunk/blender/source/blender/blenloader/BLO_sys_types.h     2008-08-18 
10:37:15 UTC (rev 16166)
+++ trunk/blender/source/blender/blenloader/BLO_sys_types.h     2008-08-18 
10:48:37 UTC (rev 16167)
@@ -43,11 +43,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-
-#ifdef FREE_WINDOWS
-typedef unsigned char uint8_t;
-typedef unsigned int uint32_t;
-#endif
  
 #if defined(_WIN32) && !defined(FREE_WINDOWS)
 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to