Navigation Menu

Skip to content

Commit

Permalink
MSVC C++ compatibility: Rename the internal name of union _GUID becau…
Browse files Browse the repository at this point in the history
…se _GUID is a builtin keyword here.

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

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18772 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Mar 1, 2010
1 parent 24ad739 commit ce6381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libqof/qof/guid.h
Expand Up @@ -51,7 +51,7 @@

/** The type used to store guids */
#define GUID_DATA_SIZE 16
typedef union _GUID
typedef union GNC_INTERNAL_GUID
{
guchar data[GUID_DATA_SIZE];

Expand Down

0 comments on commit ce6381c

Please sign in to comment.