Changeset 705 for trunk/src/kernel32/console.h
- Timestamp:
- Aug 26, 1999, 2:56:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.h
r111 r705 1 /* $Id: console.h,v 1. 1 1999-06-17 18:21:41 phallerExp $ */1 /* $Id: console.h,v 1.2 1999-08-26 12:55:36 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 BOOL iConsoleIsActive(void); /* returns TRUE if console window open */ 34 34 35 APIRETiConsoleTerminate(void);/* termination of the console subsystem */35 ULONG iConsoleTerminate(void);/* termination of the console subsystem */ 36 36 37 37 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.