From d384df97d0538ac46de936c10a4d4d8b91005b17 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 09:20:20 -0400 Subject: Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X build. --- redo/container_unix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/container_unix.c') diff --git a/redo/container_unix.c b/redo/container_unix.c index b478ee3..8e3f335 100644 --- a/redo/container_unix.c +++ b/redo/container_unix.c @@ -1,3 +1,5 @@ +// +build !windows,!darwin + /* 13 august 2014 */ #include "gtk_unix.h" -- cgit v1.2.3