ole32: Set the mapping mode to anisotropic in OleMetafilePictFromIconAndLabel.
diff --git a/dlls/ole32/ole32_main.c b/dlls/ole32/ole32_main.c
index c15c3e8..328a972 100644
--- a/dlls/ole32/ole32_main.c
+++ b/dlls/ole32/ole32_main.c
@@ -97,6 +97,7 @@
 	else
 		width = icon_width;
 
+	SetMapMode(hdc, MM_ANISOTROPIC);
 	SetWindowOrgEx(hdc, 0, 0, NULL);
 	SetWindowExtEx(hdc, width, label_offset + text_size.cy, NULL);