Author: matt
Date: 2012-04-23 11:48:35 -0700 (Mon, 23 Apr 2012)
New Revision: 9386
Log:
Re-enabled "malloc.h" for ShapedWindow

Modified:
   branches/branch-3.0/src/fltk3/ShapedWindow.cxx

Modified: branches/branch-3.0/src/fltk3/ShapedWindow.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2012-04-23 16:31:51 UTC 
(rev 9385)
+++ branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2012-04-23 18:48:35 UTC 
(rev 9386)
@@ -56,7 +56,8 @@
 #if USE_X11
 # include <X11/extensions/shape.h>
 #elif defined(_WIN32)
-//#include <malloc.h>
+// needed for VisualC2010
+# include <malloc.h>
 namespace {
   inline BYTE bit(int x) { return (BYTE)(1 << (x%8)); }
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to