[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19990] trunk/blender/source/blender/ include/BIF_editfont.h: use BLO_sys_types.h instead, it's windows proof

Martin Poirier theeth at yahoo.com
Thu Apr 30 01:43:13 CEST 2009


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;





More information about the Bf-blender-cvs mailing list