CVSROOT:        /cvs/gnome
Module name:    evolution-data-server
Changes by:     tml     05/12/06 23:12:28

Modified files:
        .              : ChangeLog 
        libdb/dbinc    : db_int.in 
        libdb/os_win32 : os_open.c 

Log message:
2005-12-07  Tor Lillqvist  <[EMAIL PROTECTED]>

* libdb/dbinc/db_int.in: As we are using this file (and not the
prebuilt one in libdb/build_win32/db_int.h) when building using
autofoo on Win32, need to have the correct PATH_SEPARATOR for
Win32, too. Add ifdef.

* libdb/os_win32/os_open.c (__os_open): When using a
user-registered open function to open the file (and not
CreateFile()), we still need to set the DB_FH::handle, too, as all
the other stuff in libdb/os_win32 assumes it is correctly set
up. On Win32, addressbook/backends/file needs to register an own
open function (that uses g_open()) as the pathnames e-d-s handles
on Win32 are in the GLib encoding (i.e., UTF-8) and not the system
codepage that CreateFile() wants.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-12-06%2023:11&maxdate=2005-12-06%2023:13

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to