SEL_NL is different between Windows and Unix; move it out into the
[sgt/putty] / winstuff.h
index 8c994c0..d5c08a2 100644 (file)
@@ -65,6 +65,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.
  */