Author: greatlrd
Date: Sat May 24 01:34:16 2008
New Revision: 33667
URL:
http://svn.reactos.org/svn/reactos?rev=33667&view=rev
Log:
Fixed a typo in vista prototype
Modified:
branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h
Modified: branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h
URL:
http://svn.reactos.org/svn/reactos/branches/win32k-gdi-dx/include/reactos/w…
==============================================================================
--- branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h [iso-8859-1] (original)
+++ branches/win32k-gdi-dx/include/reactos/win32k/ntgdityp.h [iso-8859-1] Sat May 24
01:34:16 2008
@@ -715,7 +715,7 @@
DWORD STDCALL NtGdiDdDDISetDisplayMode(DWORD x1);
DWORD STDCALL NtGdiDdDDISetDisplayPrivateDriverFormat(DWORD x1);
DWORD STDCALL NtGdiDdDDISetGammaRamp(DWORD x1);
-DWORD STDCALL NtGdiDdDDISetProcessSchedulingPriorityClass(DWORD x1, x2);
+DWORD STDCALL NtGdiDdDDISetProcessSchedulingPriorityClass(DWORD x1, DWORD x2);
DWORD STDCALL NtGdiDdDDISetQueuedLimit(DWORD x1);
DWORD STDCALL NtGdiDdDDISetVidPnSourceOwner(DWORD x1);
DWORD STDCALL NtGdiDdDDISharedPrimaryLockNotification(DWORD x1);