diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-11 20:16:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:58 -0500 |
commit | 805ebe10848316f357553cac516187475989abae (patch) | |
tree | 338cb9d2ad213a6887b72bb65851c3af30d5f629 /source4/gtk/common/gtk-smb.h | |
parent | ec3a86254b41988b453da33112c9309f1ec2eb36 (diff) | |
download | samba-805ebe10848316f357553cac516187475989abae.tar.gz samba-805ebe10848316f357553cac516187475989abae.tar.bz2 samba-805ebe10848316f357553cac516187475989abae.zip |
r1455: More Gtk+ updates:
- Start working on 'gwsam'
- Add GtkSelectDomainDialog and GtkSelectHostDialog
(This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)
Diffstat (limited to 'source4/gtk/common/gtk-smb.h')
-rw-r--r-- | source4/gtk/common/gtk-smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/gtk/common/gtk-smb.h b/source4/gtk/common/gtk-smb.h index cbc587c8e9..e9b62d94da 100644 --- a/source4/gtk/common/gtk-smb.h +++ b/source4/gtk/common/gtk-smb.h @@ -22,6 +22,8 @@ #ifndef __GTK_SMB_H__ #define __GTK_SMB_H__ +#ifdef HAVE_GTK + #include <gtk/gtk.h> typedef struct _GtkRpcBindingDialog GtkRpcBindingDialog; @@ -51,3 +53,5 @@ struct _GtkRpcBindingDialogClass #define IS_GTK_RPC_BINDING_DIALOG(obj) GTK_CHECK_TYPE (obj, gtk_rpc_binding_dialog_get_type ()) #endif + +#endif |