Revision: 41005
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41005
Author: ender79
Date: 2011-10-14 08:06:59 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
Other part of the MSVC build fix (need definition for "finite" macro from
BLI_math.h)
Modified Paths:
--------------
trunk/blender/source/blender/windowmanager/intern/wm_event_system.c
Modified: trunk/blender/source/blender/windowmanager/intern/wm_event_system.c
===================================================================
--- trunk/blender/source/blender/windowmanager/intern/wm_event_system.c
2011-10-14 07:56:33 UTC (rev 41004)
+++ trunk/blender/source/blender/windowmanager/intern/wm_event_system.c
2011-10-14 08:06:59 UTC (rev 41005)
@@ -33,7 +33,6 @@
#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include "DNA_listBase.h"
#include "DNA_screen_types.h"
@@ -47,6 +46,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
+#include "BLI_math.h"
#include "BKE_blender.h"
#include "BKE_context.h"
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs