mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
revert 24179 it was bad idea. and wrong way todo it on
See issue #21478 for more details. svn path=/trunk/; revision=24188
This commit is contained in:
@@ -31,6 +31,4 @@
|
||||
/* Deprecated NTGDI calls which shouldn't exist */
|
||||
#include <win32k/ntgdibad.h>
|
||||
|
||||
#include <win32k/ntusrtyp.h>
|
||||
#include <win32k/ntuser.h>
|
||||
/* EOF */
|
||||
|
||||
@@ -1838,6 +1838,17 @@ GdiIsPlayMetafileDC(HDC hdc)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
GdiReleaseDC(HDC hdc)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
||||
@@ -458,13 +458,3 @@ GetObjectType(
|
||||
SetLastError(ERROR_INVALID_HANDLE);
|
||||
return Ret;
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
GdiReleaseDC(HDC hdc)
|
||||
{
|
||||
return NtUserReleaseDC(NULL,hdc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user