include: Add definition of MilMatrix3x2D.
This commit is contained in:
parent
cc34e75385
commit
be72cd2136
|
@ -31,6 +31,16 @@ extern "C" {
|
|||
|
||||
DECLARE_HANDLE(HTHUMBNAIL);
|
||||
|
||||
typedef struct _MilMatrix3x2D
|
||||
{
|
||||
DOUBLE S_11;
|
||||
DOUBLE S_12;
|
||||
DOUBLE S_21;
|
||||
DOUBLE S_22;
|
||||
DOUBLE DX;
|
||||
DOUBLE DY;
|
||||
} MilMatrix3x2D;
|
||||
|
||||
DWMAPI DwmEnableComposition(UINT);
|
||||
DWMAPI DwmEnableMMCSS(BOOL);
|
||||
DWMAPI DwmExtendFrameIntoClientArea(HWND,const MARGINS*);
|
||||
|
|
Loading…
Reference in New Issue