Hi,
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.
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