mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:15:43 +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(
|
||||
DWORD PenStyle,
|
||||
DWORD Width,
|
||||
CONST PLOGBRUSH LogBrush,
|
||||
CONST LOGBRUSH *LogBrush,
|
||||
DWORD StyleCount,
|
||||
CONST PDWORD Style);
|
||||
CONST DWORD *Style);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue