[ros-diffs] [greatlrd] 33667: Fixed a typo in vista prototype

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sat May 24 08:34:16 CEST 2008


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/win32k/ntgdityp.h?rev=33667&r1=33666&r2=33667&view=diff
==============================================================================
--- 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);



More information about the Ros-diffs mailing list