mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
wrong protype in MSDN, the protypes is VOID APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached); and the text in msdn talk it can return either DDHAL_DRIVER_HANDLED or DDHAL_DRIVER_NOTHANDLED, see http://msdn2.microsoft.com/en-us/library/ms648703.aspx, so I change the protype to DWORD APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached);
svn path=/branches/reactx/; revision=29609
This commit is contained in:
parent
5538059b89
commit
0c91d34b41
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ NtGdiDdSetOverlayPosition(
|
|||
);
|
||||
|
||||
W32KAPI
|
||||
VOID
|
||||
DWORD
|
||||
APIENTRY
|
||||
NtGdiDdUnattachSurface(
|
||||
IN HANDLE hSurface,
|
||||
|
|
Loading…
Reference in a new issue