location of atlbase.h

Mike McCormack mike at codeweavers.com
Tue Oct 10 22:06:52 CDT 2006


James Hawkins wrote:

> MS Platform SDK has atlbase.h as a public header in include/atl.
> Shouldn't we follow suit?  Right now atlbase.h is in dlls/atl.

Our atlbase.h is written in C, whereas Microsoft's is written in C++. 
Given that the original atlbase.h includes alot of C++ code, and 
reimplementing it correctly without copying it is probably difficult, 
it's probably better to leave it alone.

If people want to write Winelib programs based on ATL, they can use the 
original Microsoft headers.

Mike



More information about the wine-devel mailing list