This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sqltypes.h: missing #include <windows.h>?


Teun Burgers wrote:
>> 
>> sqltypes.h from cygwin-1.1.1 contains typedefs
>> such as
>> 
>> typedef ULONG UDWORK;
>> 
>> ULONG and some others are defined in windows.h.
>> Shouldn't sqltypes.h contain a #include <windows.h>?
>> 
>> I came across this when trying to build the DBD-ODBC-0.28
>> ODBC driver for perl DBI.

Full Turtle wrote:

> Maybe, but nothing stops you to #include <windows.h> in your sources!

I understand *that* much.

The problem (or rather minor nuisance) is there is at least one
package out there that built cleanly under B20 with Anders
Norlanders header set, because apparently windows.h *was* included
in sqltypes.h.

This package does not build out-of-the-box anymore on 1.1.1.
On the other hand building under B20, required installing
Anders Norlanders headers, so you can equally well say it builds
more easily on 1.1.1

Teun Burgers

-- 
Drs A.R. Burgers        Netherlands Energy Research Foundation ECN
Phone: +31-224-564959   Solar & Wind Energy, PV Cells & Modules
Fax  : +31-224-563214   P.O. Box 1
email: burgers@ecn.nl   1755 ZG Petten, The Netherlands

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]