- Fix prototype of NtGdiExtCreatePen.

svn path=/trunk/; revision=12396
This commit is contained in:
Filip Navara 2004-12-30 04:11:19 +00:00
parent c70497e059
commit 269d17ca59

View file

@ -25,8 +25,8 @@ HPEN STDCALL
NtGdiExtCreatePen( NtGdiExtCreatePen(
DWORD PenStyle, DWORD PenStyle,
DWORD Width, DWORD Width,
CONST PLOGBRUSH LogBrush, CONST LOGBRUSH *LogBrush,
DWORD StyleCount, DWORD StyleCount,
CONST PDWORD Style); CONST DWORD *Style);
#endif #endif