Fix FONTENUMEXPROC in W32kEnumFontFamiliesEx.

svn path=/trunk/; revision=5207
This commit is contained in:
James Tabor 2003-07-21 17:43:46 +00:00
parent 934564a9a6
commit d3e86a568d

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: text.c,v 1.34 2003/06/28 08:39:18 gvg Exp $ */
/* $Id: text.c,v 1.35 2003/07/21 17:43:46 jimtabor Exp $ */
#undef WIN32_LEAN_AND_MEAN
@ -364,7 +364,7 @@ int
STDCALL
W32kEnumFontFamiliesEx(HDC hDC,
LPLOGFONTW Logfont,
FONTENUMPROCW EnumFontFamExProc,
FONTENUMEXPROC EnumFontFamExProc,
LPARAM lParam,
DWORD Flags)
{