--- pmsdk/include/pmbitmap.h 2018/08/09 12:28:13 1.1.1.1 +++ pmsdk/include/pmbitmap.h 2018/08/09 12:28:36 1.1.1.2 @@ -3,8 +3,8 @@ * * * Include file that declares types for bitmaps. * * * -* History: * -* 07-Jun-88 sanfords Created * +* Copyright (c) 1989 Microsoft Corporation * +* * \*******************************Module*Header*******************************/ /* @@ -22,11 +22,9 @@ typedef struct _BITMAPFILEHEADER { /* bf typedef BITMAPFILEHEADER FAR *PBITMAPFILEHEADER; /* - * These are the identifying values that go in the wType field of the + * These are the identifying values that go in the wType field of the * BITMAPFILEHEADER. (BFT_ => Bitmap File Type) */ #define BFT_ICON 0x4349 /* 'IC' */ #define BFT_BMAP 0x4d42 /* 'BM' */ #define BFT_POINTER 0x5450 /* 'PT' */ - -