diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h index 5892c0980e..71afde94b0 100644 --- a/gtk/gtktypes.h +++ b/gtk/gtktypes.h @@ -69,7 +69,7 @@ typedef struct _GtkWindow GtkWindow; * Refer to each function's documentation for if this value is * allowed and what it does. */ -#define GTK_INVALID_LIST_POSITION ((guint32) 0xffffffff) +#define GTK_INVALID_LIST_POSITION ((guint) 0xffffffff) G_END_DECLS