From f099d935ea2ef9ced0520ea511991a7a0e145eda Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Jul 2014 03:11:21 -0400 Subject: [PATCH] Added build guards to the GTK+ Table code. --- redo/table_unix.c | 2 ++ redo/table_unix.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/redo/table_unix.c b/redo/table_unix.c index 0bd84de..6354ae7 100644 --- a/redo/table_unix.c +++ b/redo/table_unix.c @@ -1,3 +1,5 @@ +// +build !windows,!darwin + /* 29 july 2014 */ #include "gtk_unix.h" diff --git a/redo/table_unix.go b/redo/table_unix.go index 99a8a01..399ca3d 100644 --- a/redo/table_unix.go +++ b/redo/table_unix.go @@ -1,3 +1,5 @@ +// +build !windows,!darwin + // 29 july 2014 package ui