Hey,
On 2018-03-29 23:47, Giovanni Mascellani wrote:
I am nosing inside Wine and ReactOS code to understand
something of
their inner workings. I wanted to compare the code of d2d1.dll, but
apparently ReactOS does not have it. Is this intentional, is it just
still to be implemented, or is there any other explanation?
ReactOS targets Windows Server 2003, which does not have Direct2D.
So in that sense, it's intentional.
We might add it in the future, but it would probably simply be imported
from Wine if we did.
Best,
Thomas