diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 23:50:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 23:50:14 -0400 |
| commit | e2be30c6e423b6376bdb667d4c61c4a8c93bbb9b (patch) | |
| tree | 5c0abae436b5ee2ef8d64e8c7ab6d5bacbb22ac5 /redo/window_unix.go | |
| parent | 501b6a3a34d349a4d25b7609ffafb6e2620a2aa3 (diff) | |
Changed the GTK+ files so they would not compile on Windows; this is needed now that the Windows build uses cgo too.
Diffstat (limited to 'redo/window_unix.go')
| -rw-r--r-- | redo/window_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
