r18772 - gnucash/trunk/src/libqof/qof - MSVC C++ compatibility: Rename the internal name of union _GUID because _GUID is a builtin keyword here.

Christian Stimming cstim at code.gnucash.org
Mon Mar 1 13:44:29 EST 2010


Author: cstim
Date: 2010-03-01 13:44:28 -0500 (Mon, 01 Mar 2010)
New Revision: 18772
Trac: http://svn.gnucash.org/trac/changeset/18772

Modified:
   gnucash/trunk/src/libqof/qof/guid.h
Log:
MSVC C++ compatibility: Rename the internal name of union _GUID because _GUID is a builtin keyword here.

This does not concern the typedef name, only the internal union name,
so it doesn't harm us.



More information about the gnucash-patches mailing list