[WIN32K][PSDK] Correct NtGdiGetGlyphIndicesW() pwc type. Brought to you by Vort....
[reactos.git] / reactos / include / psdk / ntgdi.h
index 83cd04f..b4484c5 100644 (file)
@@ -165,7 +165,7 @@ DWORD
 APIENTRY
 NtGdiGetGlyphIndicesW(
     _In_ HDC hdc,
-    _In_reads_opt_(cwc) LPWSTR pwc,
+    _In_reads_opt_(cwc) LPCWSTR pwc,
     _In_ INT cwc,
     _Out_writes_opt_(cwc) LPWORD pgi,
     _In_ DWORD iMode);