Do not use the name ELEMENT_TYPE
authorAndre Heinecke <aheinecke@intevation.de>
Mon, 7 Mar 2011 10:43:23 +0000 (11:43 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 7 Mar 2011 13:50:38 +0000 (13:50 +0000)
commite0fc90bdf2c60a4c77fffaf490d6f06b2bd6999d
tree3fe6f065398d1fcb55243e81ae96acbfc69d1669
parentf1ba52066cadb90edb192ea93d55ba775bdb73d7
Do not use the name ELEMENT_TYPE

On Windows Systems ELEMENT_TYPE is already defined
in Winioctl.h this header is included indirectly
in dbus-sysdeps.h. By avoiding the use of the Name
ELEMENT_TYPE it is ensured that config-parser-common.h
can be included together with dbus-sysdeps.h

Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/config-parser-common.c
bus/config-parser-common.h
bus/config-parser.c