mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Fix prototype of NtGdiExtCreatePen.
svn path=/trunk/; revision=12396
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user