mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
SEL_NL is different between Windows and Unix; move it out into the
platform-specific header files. [originally from svn r2043]
This commit is contained in:
@ -64,6 +64,11 @@ GLOBAL HINSTANCE hinst;
|
||||
*/
|
||||
#define SELECTION_NUL_TERMINATED 1
|
||||
|
||||
/*
|
||||
* On Windows, copying to the clipboard terminates lines with CRLF.
|
||||
*/
|
||||
#define SEL_NL { 13, 10 }
|
||||
|
||||
/*
|
||||
* Exports from winctrls.c.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user