mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove breakpoint left in by accident
svn path=/trunk/; revision=6964
This commit is contained in:
parent
49546dc5fc
commit
dc8bfd1046
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: driver.c,v 1.33 2003/12/12 12:53:10 gvg Exp $
|
||||
/* $Id: driver.c,v 1.34 2003/12/12 12:54:30 gvg Exp $
|
||||
*
|
||||
* GDI Driver support routines
|
||||
* (mostly swiped from Wine)
|
||||
|
@ -245,7 +245,6 @@ PFILE_OBJECT DRIVER_FindMPDriver(LPCWSTR Name)
|
|||
NTSTATUS Status;
|
||||
PFILE_OBJECT VideoFileObject;
|
||||
|
||||
__asm__("int $3\n");
|
||||
RtlRosInitUnicodeStringFromLiteral(&DeviceName, L"\\??\\DISPLAY1");
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&DeviceName,
|
||||
|
|
Loading…
Reference in a new issue