mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
Add ATTACH_PARENT_PROCESS constant
svn path=/trunk/; revision=23841
This commit is contained in:
parent
1ebc320243
commit
02d5b53e84
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ typedef struct _CONSOLE_FONT_INFOEX {
|
|||
|
||||
BOOL WINAPI AllocConsole(void);
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define ATTACH_PARENT_PROCESS (DWORD)-1
|
||||
BOOL WINAPI AttachConsole(DWORD);
|
||||
#endif
|
||||
HANDLE WINAPI CreateConsoleScreenBuffer(DWORD,DWORD,CONST SECURITY_ATTRIBUTES*,DWORD,LPVOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue