Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct
2002-08-25 Tor Lillqvist <tml@iki.fi> * gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct packing checks use sizeof() on stuff from these. (#84211, Andreas Holzmann)
This commit is contained in:
parent
c23090c6f1
commit
2f31e7ed12
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
|
||||
defines for struct packing checks use sizeof() on stuff from
|
||||
these. (#84211, Andreas Holzmann)
|
||||
|
||||
* gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
|
||||
gtk_win32res_lo. (#87101, J. Ali Harlow)
|
||||
|
||||
|
@ -30,7 +30,10 @@
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
#include <gtk/gtkbox.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user