Ok that is another one I will write a configure check for when I get the time to learn autoconf. Currently I'm trying to find all of the bugs and get advice on the best way of fixing the port.
Thanks Steven
"Every revolution was once a thought in one man's mind" - Ralph Waldo Emerson
-----Original Message----- From: wine-devel-admin@winehq.com [mailto:wine-devel-admin@winehq.com] On Behalf Of Eric Pouech Sent: Thursday, April 25, 2002 12:58 PM To: wine-devel@winehq.com Subject: Re: Patch to quite another Mingw Build warning (mmsystem.h)
Steven Edwards a écrit :
+#ifndef __MINGW__
using #ifndef SEEK_SET would much better it's most of the time a bad idea to use #ifdef MYOS to check for the presence/absence of a feature the best way is to check for the feature itself, and not infer it from the OS...