To all you windows developers out there..

I needed to add 
#if defined(_WIN32)
#include  <windows.h>
#endif

to the top of db/os.h in the latest htdig 3.2b4 snapshot

The compiler doesn't know at that point what a HANDLE is until you
include windows.h

This is also true of the latest mifluz code that is being investigated.

Do the rest of you have some implicit way of including windows.h??

-- 
Neal Richter 
Knowledgebase Developer
RightNow Technologies, Inc.
Customer Service for Every Web Site



_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to