Added build guards to the GTK+ Table code.
This commit is contained in:
parent
24f5a91ff4
commit
f099d935ea
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows,!darwin
|
||||||
|
|
||||||
/* 29 july 2014 */
|
/* 29 july 2014 */
|
||||||
|
|
||||||
#include "gtk_unix.h"
|
#include "gtk_unix.h"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows,!darwin
|
||||||
|
|
||||||
// 29 july 2014
|
// 29 july 2014
|
||||||
|
|
||||||
package ui
|
package ui
|
||||||
|
|
Loading…
Reference in New Issue