diff -r b1672217321b -r 5daed718240a plugins/perl/common/module.h --- a/plugins/perl/common/module.h Thu Jul 21 05:55:22 2005 +0000 +++ b/plugins/perl/common/module.h Thu Jul 21 16:19:22 2005 +0000 @@ -119,7 +119,6 @@ typedef GaimEventLoopUiOps * Gaim__EventLoopUiOps; /* ft.h */ - typedef GaimXfer * Gaim__Xfer; typedef GaimXferType Gaim__XferType; typedef GaimXferStatusType Gaim__XferStatusType; @@ -133,7 +132,9 @@ /* gtkutils.h */ typedef GaimButtonOrientation Gaim__ButtonOrientation; typedef GaimButtonStyle Gaim__ButtonStyle; +#ifndef _WIN32 typedef GaimBrowserPlace Gaim__BrowserPlace; +#endif /* _WIN32 */ /* gtkconv.h */ typedef GdkPixbuf * Gaim__GDK__Pixbuf;