From e2be30c6e423b6376bdb667d4c61c4a8c93bbb9b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Jul 2014 23:50:14 -0400 Subject: Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too. --- redo/window_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/window_unix.go') 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 -- cgit v1.2.3