
24 Sep
2006
24 Sep
'06
9:39 p.m.
Jeff Garland wrote:
The include is for the 'FILETIME' functions. Looking again at MSDN it appears that it is declared in Winbase.h -- I wonder if we could include that instead?
On at least some Windows-like platforms (namely Windows Mobile 5) including anything like winbase.h directly blows up as configuration macros are not defined properly unless winbase.h is included from windows.h So I vote for WIN32_LEAN_AND_MEAN. Mike