Revision: 19990
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19990
Author:   theeth
Date:     2009-04-30 01:43:12 +0200 (Thu, 30 Apr 2009)

Log Message:
-----------
use BLO_sys_types.h instead, it's windows proof

Modified Paths:
--------------
    trunk/blender/source/blender/include/BIF_editfont.h

Modified: trunk/blender/source/blender/include/BIF_editfont.h
===================================================================
--- trunk/blender/source/blender/include/BIF_editfont.h 2009-04-29 23:39:27 UTC 
(rev 19989)
+++ trunk/blender/source/blender/include/BIF_editfont.h 2009-04-29 23:43:12 UTC 
(rev 19990)
@@ -28,11 +28,12 @@
  */
 
 #include <wchar.h>
-#include <stdint.h>
 
 #ifndef BIF_EDITFONT_H
 #define BIF_EDITFONT_H
 
+#include "BLO_sys_types.h"
+
 struct Text;
 
 extern char *BIF_lorem;


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

Reply via email to