<!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><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></FONT></BODY></HTML>