On Mon, 19 Mar 2007, Vijay Kiran Kamuju wrote: [...]
Add minimalistic d3drmdef.h
[...]
Something I just noticed:
+#include "d3dtypes.h"
This should be:
#include <d3dtypes.h>
If I remember correctly it's important in the public headers for compiling Winelib in some circumstances. (I'm not saying this is why it's been dropped before)