summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-12-11 14:24:25 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-11 18:28:00 +0100
commitf0e95298b10bad066e895928e0e917dc543471cc (patch)
tree61a0692237667bacf04b8d1e783dd701d8d21381 /include
parent90268e748868a15ae100f69949b6a3214f0fd6b9 (diff)
downloadmsitools-f0e95298b10bad066e895928e0e917dc543471cc.tar.gz
msitools-f0e95298b10bad066e895928e0e917dc543471cc.tar.xz
msitools-f0e95298b10bad066e895928e0e917dc543471cc.zip
libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INT
So that it uses the same namespace prefix.
Diffstat (limited to 'include')
-rw-r--r--include/libmsi-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libmsi-types.h b/include/libmsi-types.h
index de17424..426c043 100644
--- a/include/libmsi-types.h
+++ b/include/libmsi-types.h
@@ -68,7 +68,7 @@ typedef enum LibmsiPropertyType
LIBMSI_PROPERTY_TYPE_FILETIME = 3,
} LibmsiPropertyType;
-#define MSI_NULL_INTEGER 0x80000000
+#define LIBMSI_NULL_INT 0x80000000
typedef enum LibmsiColInfo
{