Commit in reactos/include/win32k on MAIN | |||
pen.h | +2 | -2 | 1.12 -> 1.13 |
- Fix prototype of NtGdiExtCreatePen.
diff -u -r1.12 -r1.13 --- pen.h 12 Dec 2004 01:40:36 -0000 1.12 +++ pen.h 30 Dec 2004 04:11:19 -0000 1.13 @@ -25,8 +25,8 @@
NtGdiExtCreatePen( DWORD PenStyle, DWORD Width,
- CONST PLOGBRUSH LogBrush,
+ CONST LOGBRUSH *LogBrush,
DWORD StyleCount,
- CONST PDWORD Style);
+ CONST DWORD *Style);
#endif