summaryrefslogtreecommitdiff
path: root/lglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lglob.h')
-rw-r--r--lglob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lglob.h b/lglob.h
index ed44fcc7b9f22..e13e7982ffe91 100644
--- a/lglob.h
+++ b/lglob.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2019 Mark Nudelman
+ * Copyright (C) 1984-2020 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -69,7 +69,7 @@
char dir[_MAX_DIR]; \
char fname[_MAX_FNAME]; \
char ext[_MAX_EXT]; \
- long handle;
+ intptr_t handle;
#else
#if MSDOS_COMPILER==WIN32C && !defined(_MSC_VER) /* Borland C for Windows */