programs: Make some of the open file dialogs of a few programs resizable.
diff --git a/programs/oleview/oleview.c b/programs/oleview/oleview.c
index e56342c..5f0fdc5 100644
--- a/programs/oleview/oleview.c
+++ b/programs/oleview/oleview.c
@@ -137,7 +137,7 @@
     pofn->nFilterIndex = 0;
     pofn->lpstrFile = wszFileName;
     pofn->nMaxFile = MAX_LOAD_STRING;
-    pofn->Flags = OFN_HIDEREADONLY;
+    pofn->Flags = OFN_HIDEREADONLY | OFN_ENABLESIZING;
 }
 
 static void CopyClsid(HTREEITEM item)