Patch from Robert de Bath to ifdef out the Windows-specific hack for
[u/mdw/putty] / windows / winstuff.h
index 13ec3d8..3ca0427 100644 (file)
@@ -145,6 +145,7 @@ typedef struct terminal_tag Terminal;
 #define TICKSPERSEC 1000              /* GetTickCount returns milliseconds */
 
 #define DEFAULT_CODEPAGE CP_ACP
+#define USES_VTLINE_HACK
 
 typedef HDC Context;