Added build guards to the GTK+ Table code.

This commit is contained in:
Pietro Gagliardi 2014-07-29 03:11:21 -04:00
parent 24f5a91ff4
commit f099d935ea
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows,!darwin
/* 29 july 2014 */
#include "gtk_unix.h"

View File

@ -1,3 +1,5 @@
// +build !windows,!darwin
// 29 july 2014
package ui