Commit in reactos/include/win32k on MAIN
pen.h+2-21.12 -> 1.13
- Fix prototype of NtGdiExtCreatePen.

reactos/include/win32k
pen.h 1.12 -> 1.13
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
CVSspam 0.2.8