gdi32: Correct typo in comment.
This commit is contained in:
parent
2ecb586005
commit
c3dfc7b834
|
@ -318,7 +318,7 @@ HFONT WINAPI CreateFontIndirectExA( const ENUMLOGFONTEXDVA *penumexA )
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
* CreateFontIndirectExA (GDI32.@)
|
||||
* CreateFontIndirectExW (GDI32.@)
|
||||
*/
|
||||
HFONT WINAPI CreateFontIndirectExW( const ENUMLOGFONTEXDVW *penumex )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue