comparison src/objects-msw.c @ 5024:7e57c0575a15

merge
author Ben Wing <ben@xemacs.org>
date Tue, 09 Feb 2010 19:34:19 -0600
parents 2ade80e8c640 2eec7322eb7f
children
comparison
equal deleted inserted replaced
5023:838630c0734f 5024:7e57c0575a15
2095 nope: 2095 nope:
2096 DeleteDC (hdc); 2096 DeleteDC (hdc);
2097 UNGCPRO; 2097 UNGCPRO;
2098 return 0; 2098 return 0;
2099 } 2099 }
2100 2100
2101 if (GetTextCharsetInfo (hdc, &fs, 0) == DEFAULT_CHARSET) 2101 if (GetTextCharsetInfo (hdc, &fs, 0) == DEFAULT_CHARSET)
2102 { 2102 {
2103 SelectObject (hdc, hfont); 2103 SelectObject (hdc, hfont);
2104 goto nope; 2104 goto nope;
2105 } 2105 }