mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
fix a typo
svn path=/trunk/; revision=28677
This commit is contained in:
parent
15499d174f
commit
9780c9b363
1 changed files with 2 additions and 2 deletions
|
@ -2647,7 +2647,7 @@ NtGdiInitSpool()
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
INT
|
INT
|
||||||
APIENTRY
|
STDCALL
|
||||||
NtGdiQueryFonts( OUT PUNIVERSAL_FONT_ID pufiFontList,
|
NtGdiQueryFonts( OUT PUNIVERSAL_FONT_ID pufiFontList,
|
||||||
IN ULONG nBufferSize,
|
IN ULONG nBufferSize,
|
||||||
OUT PLARGE_INTEGER pTimeStamp)
|
OUT PLARGE_INTEGER pTimeStamp)
|
||||||
|
@ -2660,7 +2660,7 @@ NtGdiQueryFonts( OUT PUNIVERSAL_FONT_ID pufiFontList,
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
INT
|
INT
|
||||||
APIENTRY
|
STDCALL
|
||||||
NtGdiGetSpoolMessage( DWORD u1,
|
NtGdiGetSpoolMessage( DWORD u1,
|
||||||
DWORD u2,
|
DWORD u2,
|
||||||
DWORD u3,
|
DWORD u3,
|
||||||
|
|
Loading…
Reference in a new issue