diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 03:11:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 03:11:21 -0400 |
| commit | f099d935ea2ef9ced0520ea511991a7a0e145eda (patch) | |
| tree | e7f15853b60fab05260f7d0be89df617b18947cd /redo/table_unix.c | |
| parent | 24f5a91ff42031d65b64be724bc0237af96d6c05 (diff) | |
Added build guards to the GTK+ Table code.
Diffstat (limited to 'redo/table_unix.c')
| -rw-r--r-- | redo/table_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
