projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[WIN32K][PSDK] Correct NtGdiGetGlyphIndicesW() pwc type. Brought to you by Vort....
[reactos.git]
/
reactos
/
include
/
psdk
/
ntgdi.h
diff --git
a/reactos/include/psdk/ntgdi.h
b/reactos/include/psdk/ntgdi.h
index
83cd04f
..
b4484c5
100644
(file)
--- a/
reactos/include/psdk/ntgdi.h
+++ b/
reactos/include/psdk/ntgdi.h
@@
-165,7
+165,7
@@
DWORD
APIENTRY
NtGdiGetGlyphIndicesW(
_In_ HDC hdc,
- _In_reads_opt_(cwc) LPWSTR pwc,
+ _In_reads_opt_(cwc) LP
C
WSTR pwc,
_In_ INT cwc,
_Out_writes_opt_(cwc) LPWORD pgi,
_In_ DWORD iMode);