Commit Graph

3 Commits

Author SHA1 Message Date
5ebef95975 List the function mail_win32_get_mail_thread_queued() instead of the
2006-10-16  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: List the function
	mail_win32_get_mail_thread_queued() instead of the variable
	mail_thread_queued.  (#348212)

	* mail-mt.h: On Win32 we don't want to use the mail_thread_queued
	variable outside the libevolution-mail DLL, but instead access its
	value through a getter function.

	* mail-mt.c: Make mail_thread_queued static on Win32.
	(mail_win32_get_mail_thread_queued): New function that returns the
	value of mail_thread_queued.

svn path=/trunk/; revision=32898
2006-10-16 14:50:33 +00:00
4446b93079 Add more entries.
2005-07-13  Tor Lillqvist  <tml@novell.com>

	* win32/libevolution-mail.def: Add more entries.

svn path=/trunk/; revision=29745
2005-07-12 23:38:21 +00:00
039812d8ad win32/README win32/Makefile.am win32/dummy.la win32/libemiscwidgets.def
2005-06-15  Tor Lillqvist  <tml@novell.com>

	* win32/README
	* win32/Makefile.am
	* win32/dummy.la
	* win32/libemiscwidgets.def
	* win32/libevolution-addressbook.def
	* win32/libevolution-calendar.def
	* win32/libevolution-mail.def
	* win32/libfilter.def: New files. Build bootstrap import libraries
	for some of Evolution's DLLs to work around circular dependencies
	between some of the shared libraries. Circular dependecies are
	problematic on Win32 where one can't have undefined symbols in
	executables (or shared libraries).

svn path=/trunk/; revision=29508
2005-06-15 19:05:11 +00:00