winsup/cygwin: remove defines added in mingw-w64 v7.0.0
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
This commit is contained in:
committed by
Corinna Vinschen
parent
4a36897af3
commit
1171927f1a
@@ -94,15 +94,4 @@ details. */
|
||||
#define GetWindowsDirectoryW dont_use_GetWindowsDirectory
|
||||
#define GetWindowsDirectoryA dont_use_GetWindowsDirectory
|
||||
|
||||
/* For console with xterm compatible mode */
|
||||
/* Not yet defined in Mingw-w64 */
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif /* ENABLE_VIRTUAL_TERMINAL_PROCESSING */
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
|
||||
#define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
|
||||
#endif /* ENABLE_VIRTUAL_TERMINAL_INPUT */
|
||||
#ifndef DISABLE_NEWLINE_AUTO_RETURN
|
||||
#define DISABLE_NEWLINE_AUTO_RETURN 0x0008
|
||||
#endif /* DISABLE_NEWLINE_AUTO_RETURN */
|
||||
#endif /*_WINLEAN_H*/
|
||||
|
Reference in New Issue
Block a user