From e2be30c6e423b6376bdb667d4c61c4a8c93bbb9b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Jul 2014 23:50:14 -0400 Subject: [PATCH] Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too. --- redo/common_unix.go | 2 +- redo/controls_unix.go | 2 +- redo/sizing_unix.go | 2 +- redo/uitask_unix.go | 2 +- redo/window_unix.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/redo/common_unix.go b/redo/common_unix.go index 4b36318..5bcb819 100644 --- a/redo/common_unix.go +++ b/redo/common_unix.go @@ -1,4 +1,4 @@ -// +build !darwin +// +build !windows,!darwin // 7 july 2014 diff --git a/redo/controls_unix.go b/redo/controls_unix.go index 458382b..0346795 100644 --- a/redo/controls_unix.go +++ b/redo/controls_unix.go @@ -1,4 +1,4 @@ -// +build !darwin +// +build !windows,!darwin // 7 july 2014 diff --git a/redo/sizing_unix.go b/redo/sizing_unix.go index da3791e..83411dc 100644 --- a/redo/sizing_unix.go +++ b/redo/sizing_unix.go @@ -1,4 +1,4 @@ -// +build !darwin +// +build !windows,!darwin // 23 february 2014 diff --git a/redo/uitask_unix.go b/redo/uitask_unix.go index 21db64b..0b8fe4a 100644 --- a/redo/uitask_unix.go +++ b/redo/uitask_unix.go @@ -1,4 +1,4 @@ -// +build !darwin +// +build !windows,!darwin // 7 july 2014 diff --git a/redo/window_unix.go b/redo/window_unix.go index d7f670c..87f1edb 100644 --- a/redo/window_unix.go +++ b/redo/window_unix.go @@ -1,4 +1,4 @@ -// +build !darwin +// +build !windows,!darwin // 7 july 2014