mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Remove debug breakpoint
svn path=/trunk/; revision=6028
This commit is contained in:
parent
860af295a0
commit
e34b503bd2
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: fillshap.c,v 1.31 2003/09/09 15:49:59 gvg Exp $ */
|
||||
/* $Id: fillshap.c,v 1.32 2003/09/09 15:56:06 gvg Exp $ */
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
@ -668,7 +668,6 @@ NtGdiRoundRect(
|
|||
DC *dc = DC_LockDc(hDC);
|
||||
BOOL ret = FALSE; /* default to failure */
|
||||
|
||||
__asm__("int $3\n");
|
||||
DPRINT("NtGdiRoundRect(0x%x,%i,%i,%i,%i,%i,%i)\n",hDC,LeftRect,TopRect,RightRect,BottomRect,Width,Height);
|
||||
if ( !dc )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue