summaryrefslogtreecommitdiff
path: root/include/m_import.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_import.h')
-rw-r--r--include/m_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_import.h b/include/m_import.h
index f6fdafe115..efa4d1d4ac 100644
--- a/include/m_import.h
+++ b/include/m_import.h
@@ -51,7 +51,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct MImportOptions
{
const wchar_t *pwszFileName;
- DWORD dwFlags; // IOPT_* flags combination
+ uint32_t dwFlags; // IOPT_* flags combination
};
#define MS_IMPORT_RUN "Import/Run"