--- mstools/samples/plgblt/bitmap.c 2018/08/09 18:20:39 1.1 +++ mstools/samples/plgblt/bitmap.c 2018/08/09 18:21:35 1.1.1.2 @@ -1,6 +1,10 @@ /**************************************************************************\ * bitmap.c -- support for reading in and drawing bitmaps. * +* Steve Firebaugh +* Microsoft Developer Support +* Copyright (c) 1992 Microsoft Corporation +* \**************************************************************************/ #include @@ -80,7 +84,7 @@ HBITMAP GetBitmap (HDC hdc, HANDLE hInst of.nMaxFileTitle = NULL; of.lpstrInitialDir = "c:\\nt\\windows"; of.lpstrTitle = NULL; - of.Flags = OFN_READONLY; + of.Flags = OFN_HIDEREADONLY; of.nFileOffset = NULL; of.nFileExtension = NULL; of.lpstrDefExt = NULL;