Hello,
Although MinGW keeps adding header and library support for Windows API
stuff I find that MinGW-w64 (http://mingw-w64.sourceforge.net/) is
usually better in this field. Despite the name it still has a compiler
that targets 32-bit Windows.
Maybe you should try with this compiler?
Brecht
On 19/10/2012 16:11, Guido Serassio wrote:
Hi,
As I Know, MinGW is missing a lot of dedicated include files, in detail many AD
related files, so native helpers can be compiled only using MS VisualStudio.
I don't know if something is changed in the latest MinGW releases.
Regards
Guido Serassio
Acme Consulting S.r.l.
Microsoft Silver Certified Partner
VMware Professional Partner
Via Carlo Capelli, 28 10146 - Torino (TO) - ITALY
Tel. : +39.011.9530135 Fax. : +39.011.9781115
Email: [email protected]
WWW: http://www.acmeconsulting.it
-----Messaggio originale-----
Da: Amos Jeffries [mailto:[email protected]]
Inviato: venerdì 19 ottobre 2012 10:56
A: Kinkie
Cc: Guido Serassio; Squid Developers; [email protected]
Oggetto: Re: Squid 3.3 for Windows!
On 19/10/2012 5:05 a.m., Kinkie wrote:
#include<WinSvc.h>
should do the trick.
Seems not to have changed a thing:
http://build.squid-cache.org/job/3.ALPHA-PATCH-Windows-
MinGW/29/console
Amos