Fixed typos in comments.
This commit is contained in:
parent
ea9d4ce246
commit
0c247ec775
|
@ -450,7 +450,7 @@ static BOOL UITOOLS95_DrawRectEdge(HDC hdc, LPRECT rc,
|
|||
LTOuterI = RBOuterI = LTRBOuterFlat[uType & (BDR_INNER|BDR_OUTER)];
|
||||
|
||||
/* Bertho Stultiens states above that this function exactly matches win95
|
||||
* In win98 BF_FLAT rectangels have an inner border same color as the
|
||||
* In win98 BF_FLAT rectangles have an inner border same color as the
|
||||
* middle (COLOR_BTNFACE). I believe it's the same for win95 but since
|
||||
* I don't know I go with Bertho and just sets it for win98 until proven
|
||||
* otherwise.
|
||||
|
|
|
@ -74,7 +74,7 @@ char *CRTDLL__strrev(char *string);
|
|||
*/
|
||||
#define _strdec(start,current) (start<current?(current)-1:NULL)
|
||||
#define _strinc(current) ((current)+1)
|
||||
/* FIXME: _strncnt ans strncnt are missing */
|
||||
/* FIXME: _strncnt and strncnt are missing */
|
||||
/* FIXME: _strspnp is not implemented */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue