From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- spectro/oemarch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spectro/oemarch.h') diff --git a/spectro/oemarch.h b/spectro/oemarch.h index 72a3bb6..1b8c4a4 100644 --- a/spectro/oemarch.h +++ b/spectro/oemarch.h @@ -1,7 +1,7 @@ #ifndef OEMARCH_H - /* OEM archive access library. + /* OEM archive access library. */ /* This supports installing OEM data files */ /* @@ -29,7 +29,7 @@ typedef enum { file_none = 0x0000, /* None */ file_vol = 0x0001, /* Volume name */ file_arch = 0x0002, /* Archive file */ - file_dllcab = 0x0004, /* .dll or .cab */ + file_dllcab = 0x0004, /* .dll or .cab - msi ?? */ file_data = 0x0008 /* final data file */ } file_type; -- cgit v1.2.3