mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
- Fix prototype of NtGdiExtCreatePen.
svn path=/trunk/; revision=12396
This commit is contained in:
parent
c70497e059
commit
269d17ca59
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue