Ignore:
Timestamp:
Dec 27, 2002, 2:31:40 PM (23 years ago)
Author:
sandervl
Message:

removed hardcoded writelog call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/console.cpp

    r8773 r9543  
    1 /* $Id: console.cpp,v 1.30 2002-06-26 07:13:00 sandervl Exp $ */
     1/* $Id: console.cpp,v 1.31 2002-12-27 13:31:40 sandervl Exp $ */
    22
    33/*
     
    372372                            &ConsoleGlobals.hmodResource);
    373373  if (rc != NO_ERROR)
    374     WriteLog("KERNEL32/CONSOLE: Can't get handle to KERNEL32 (%u).\n",
    375              rc);
     374    dprintf(("KERNEL32/CONSOLE: Can't get handle to KERNEL32 (%u).\n",
     375             rc));
    376376
    377377                                             /* standard console input modes */
Note: See TracChangeset for help on using the changeset viewer.