Louis. Lenders wrote:
needed to add a stub for //DwmGetGraphicsStreamTransformHint later on //
Hi, Louis.
+typedef struct _MIL_MATRIX3X2D +{
- DOUBLE S_11;
- DOUBLE S_12;
- DOUBLE S_21;
- DOUBLE S_22;
- DOUBLE DX;
- DOUBLE DY;
+} MIL_MATRIX3X2D;
This is called MilMatrix3x2D in PSDK. Would you mind to resend?