r19019 - gnucash/trunk/src - Win/MSVC compatibility: Replace g_* file operations by the direct calls into the MSVC runtime.

Christian Stimming cstim at code.gnucash.org
Mon Apr 12 15:20:54 EDT 2010


Author: cstim
Date: 2010-04-12 15:20:54 -0400 (Mon, 12 Apr 2010)
New Revision: 19019
Trac: http://svn.gnucash.org/trac/changeset/19019

Modified:
   gnucash/trunk/src/app-utils/gfec.c
   gnucash/trunk/src/backend/xml/Makefile.am
   gnucash/trunk/src/backend/xml/gnc-backend-xml.c
   gnucash/trunk/src/backend/xml/io-example-account.c
   gnucash/trunk/src/backend/xml/io-gncxml-v2.c
   gnucash/trunk/src/libqof/CMakeLists.txt
   gnucash/trunk/src/libqof/qof/Makefile.am
   gnucash/trunk/src/libqof/qof/gnc-date.c
Log:
Win/MSVC compatibility: Replace g_* file operations by the direct calls into the MSVC runtime.

This tries to avoid a collision between glib's C runtime vs.
the one that is used by MSVC (and hence also Qt) by using
file access only through MSVC's one.



More information about the gnucash-patches mailing list