Ignore:
Timestamp:
Jun 26, 2002, 9:13:00 AM (23 years ago)
Author:
sandervl
Message:

KSO: Console Ctrl Handlers updates; GetFileType on std files doesn't always return TYPE_CHAR; Enable writing to STDERRconodin32.cpp

File:
1 edited

Legend:

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

    r4502 r8773  
    1 /* $Id: console.h,v 1.4 2000-10-20 11:46:46 sandervl Exp $ */
     1/* $Id: console.h,v 1.5 2002-06-26 07:13:00 sandervl Exp $ */
    22
    33/*
     
    3939ULONG iConsoleTerminate(void);/* termination of the console subsystem */
    4040
     41BOOL InternalGenerateConsoleCtrlEvent(DWORD dwCtrlEvent, DWORD dwProcessGroupID);
     42BOOL WIN32API DefaultConsoleCtrlHandler(DWORD dwEvent);
     43
    4144#ifdef __cplusplus
    4245  }
Note: See TracChangeset for help on using the changeset viewer.