On Fri, 30 May 2008, Szakáts Viktor wrote:

Hi Viktor,

> >Can you check if removing
> >  #define WIN32_LEAN_AND_MEAN
> >from hbdefs.h helps?
> Yes, it also solves the problem!

I won't be surprised if it also resolves some other problems.
Anyhow now we know where the problem is.
If we do not want to change hbdefs.h then probably the simplest
method will be:

   #include "hbsetup.h"
   #ifdef HB_OS_WIN32
      #include <windows.h>
   #endif

used at the beginning of gdwrp.c and other files which may have
similar problems.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to