aboutsummaryrefslogtreecommitdiffstats
path: root/g10/openfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/openfile.c')
-rw-r--r--g10/openfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/openfile.c b/g10/openfile.c
index f207dd2bb..99b81fe7b 100644
--- a/g10/openfile.c
+++ b/g10/openfile.c
@@ -43,7 +43,7 @@
#endif
#ifdef HAVE_DRIVE_LETTERS
- #define CMP_FILENAME(a,b) stricmp( (a), (b) )
+ #define CMP_FILENAME(a,b) ascii_strcasecmp( (a), (b) )
#else
#define CMP_FILENAME(a,b) strcmp( (a), (b) )
#endif