<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=536524715-25122008><FONT face=Arial color=#0000ff 
size=2>Applied on 1798.</FONT></SPAN></DIV>
<DIV><SPAN class=536524715-25122008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=536524715-25122008><FONT face=Arial color=#0000ff 
size=2>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=536524715-25122008><FONT face=Arial color=#0000ff 
size=2>Tzachi</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> ofw-bounces@lists.openfabrics.org 
  [mailto:ofw-bounces@lists.openfabrics.org] <B>On Behalf Of </B>Tzachi 
  Dar<BR><B>Sent:</B> Wednesday, November 26, 2008 4:19 PM<BR><B>To:</B> 
  ofw@lists.openfabrics.org<BR><B>Subject:</B> [ofw] PATCH: Decrease the time it 
  takes to build the ibat lilb<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV><FONT face=Arial size=2><SPAN class=051321614-26112008>The file windows.h 
  is a very big file, and there is no need to include all of 
  it.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV><FONT face=Arial size=2><SPAN class=051321614-26112008>more, since we are 
  usually building drivers, it takes a long time to bring it from 
  cache.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=051321614-26112008></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=051321614-26112008>Thanks</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=051321614-26112008>Tzachi</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV><FONT face=Arial size=2>Index: 
  Q:/projinf3/trunk/core/ibat/user/ibat.cpp<BR>===================================================================<BR>--- 
  Q:/projinf3/trunk/core/ibat/user/ibat.cpp (revision 3552)<BR>+++ 
  Q:/projinf3/trunk/core/ibat/user/ibat.cpp (working copy)<BR>@@ -57,7 
  +57,8 @@<BR> //  the SA.<BR> <BR> #pragma warning( push, 3 
  )<BR>-#include <windows.h><BR>+#include 
  <wtypes.h><BR>+<BR> #include <stdlib.h><BR> #include 
  <winioctl.h><BR> #pragma warning( pop 
)<BR></DIV></BLOCKQUOTE></FONT></BODY></HTML>