summaryrefslogtreecommitdiff
path: root/gtk/gtkplug-win32.c
Commit message (Collapse)AuthorAgeFilesLines
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-0/+1
| | | | | | | | 2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
* Declare GetAncestor() and define GA_PARENT if missing (MSVC6). (#311633)Tor Lillqvist2005-07-261-0/+7
| | | | | | | 2005-07-26 Tor Lillqvist <tml@novell.com> * gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT if missing (MSVC6). (#311633)
* gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.cTor Lillqvist2005-07-211-0/+299
2005-07-21 Tor Lillqvist <tml@novell.com> * gtk/gtksocket-stub.c * gtk/gtkplug-stub.c * gtk/gtksocket-x11.c * gtk/gtkplug-x11.c * gtk/gtksocket-win32.c * gtk/gtkplug-win32.c * gtk/gtkwin32embed.h * gtk/gtkwin32embed.c: New files, containing the backend-specific parts of GtkPlug/Socket.