X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=5Sr77U7VdfvFuR2pctCmpvyzN84ICEoOENRs4+Xs6s4=; b=uO7522f4R1AtIXUJaRbFPkOfMAUvQHC9UkpDynbqHK/4gzum1KhVuYKi+lryaF9wT24lNyjkVBA2CBFchd+HaBpdAUUhkvMjLG/58TOTLODr0FipThlUlFeRQ04zaXGdeyVdfuv4dEMxC3F4tZeC6dGcFqJsRkPuU/yQHYyuNps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=CC/eHBwlUT8qU01j1sDJxc8SzmTaa45/ILIJQOjosZkZj77ghfQvx/CEpROuGov/eDQ4Hp1yXrZ6LBHy469xagVYhrFk/xgFhrODDMu39jijFZVszXm+yCl7MNoJ7GqnO0H/O4lJSts5/EJK6iD8pYsVFbmBhdbrU1LRZ/JBpaQ= Message-ID: <1a5a6bfe0710081643x1b2c68c9o62deb8d80e204c96@mail.gmail.com> Date: Mon, 8 Oct 2007 19:43:26 -0400 From: "Daniel Verkamp" Sender: daniel DOT verkamp AT gmail DOT com To: djgpp AT delorie DOT com Subject: Re: winapi In-Reply-To: <000301c80a03$b9150000$0202fea9@desktop2> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000301c80a03$b9150000$0202fea9 AT desktop2> X-Google-Sender-Auth: 408c0e67fec92b94 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If you want to access the Windows API, you should use a Windows version of gcc; MinGW and Cygwin are such versions. -- Daniel