Ignore:
Timestamp:
Oct 27, 1999, 3:16:28 PM (26 years ago)
Author:
phaller
Message:

Fix: console properties

File:
1 edited

Legend:

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

    r1477 r1478  
    1 /* $Id: conprop2.cpp,v 1.2 1999-10-27 13:10:35 phaller Exp $ */
     1/* $Id: conprop2.cpp,v 1.3 1999-10-27 13:16:28 phaller Exp $ */
    22
    33/*
     
    168168DWORD ConsolePropertyLoad(PICONSOLEOPTIONS pConsoleOptions)
    169169{
    170   dprintf (("KERNEL32: Console:ConsolePropertyLoad(%08xh) not implemented.\n",
     170  dprintf (("KERNEL32: Console:ConsolePropertyLoad(%08xh)\n",
    171171            pConsoleOptions));
    172172
     
    270270DWORD ConsolePropertySave(PICONSOLEOPTIONS pConsoleOptions)
    271271{
    272   dprintf (("KERNEL32: Console:ConsolePropertySave(%08xh) not implemented.\n",
     272  dprintf (("KERNEL32: Console:ConsolePropertySave(%08xh)\n",
    273273            pConsoleOptions));
    274274
Note: See TracChangeset for help on using the changeset viewer.