diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 09:20:20 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 09:20:20 -0400 |
| commit | d384df97d0538ac46de936c10a4d4d8b91005b17 (patch) | |
| tree | 60766d286aa6e167c994d66f53e3523b974333e4 /redo/container_unix.c | |
| parent | 697b3cc1b0694db8b788175f6b377f5bcb15d5a2 (diff) | |
Implemented table column autoresize on Windows. Also fixed Windows/Mac OS X build.
Diffstat (limited to 'redo/container_unix.c')
| -rw-r--r-- | redo/container_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/container_unix.c b/redo/container_unix.c index b478ee3..8e3f335 100644 --- a/redo/container_unix.c +++ b/redo/container_unix.c @@ -1,3 +1,5 @@ +// +build !windows,!darwin + /* 13 august 2014 */ #include "gtk_unix.h" |
