[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16680] trunk/blender/source/blender/ blenloader/intern/readfile.c: Patch #17665 by Vladimir Marek

Ton Roosendaal ton at blender.org
Mon Sep 22 17:59:59 CEST 2008


Revision: 16680
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16680
Author:   ton
Date:     2008-09-22 17:59:50 +0200 (Mon, 22 Sep 2008)

Log Message:
-----------
Patch #17665 by Vladimir Marek

Fixes for solaris compiling

Modified Paths:
--------------
    trunk/blender/source/blender/blenloader/intern/readfile.c

Modified: trunk/blender/source/blender/blenloader/intern/readfile.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readfile.c	2008-09-22 15:59:04 UTC (rev 16679)
+++ trunk/blender/source/blender/blenloader/intern/readfile.c	2008-09-22 15:59:50 UTC (rev 16680)
@@ -37,11 +37,9 @@
 #ifdef WIN32
 #include "winsock2.h"
 #include "BLI_winstuff.h"
-#ifndef INT_MAX
-#include "limits.h"
 #endif
-#endif
 
+#include <limits.h>
 #include <stdio.h> // for printf fopen fwrite fclose sprintf FILE
 #include <stdlib.h> // for getenv atoi
 #include <fcntl.h> // for open





More information about the Bf-blender-cvs mailing list