mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[GDI32]: Don't break/crash (if no debugger attached) each time an unimplemented GDI function is called. This is hit a lot by Word 2010 (e.g. when using drawing features), PowerPoint, etc... i.e. all applications that perform "serious" GDI manipulations.
A nice addition would be to know exactly which unimplemented function was called. svn path=/trunk/; revision=73896
This commit is contained in:
@@ -10,7 +10,8 @@ static
|
||||
INT_PTR
|
||||
NULL_Unused()
|
||||
{
|
||||
__debugbreak();
|
||||
DPRINT1("NULL_Unused\n");
|
||||
// __debugbreak();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user