X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/c282cde32468ee62a7c75b0969b1ed6fbe65b058..68a49acbf3f96fbbbc385620655dcb577e62c328:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 7b0bb4be..f31de3ce 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -42,4 +42,7 @@ void provide_xrm_string(char *string); #define DEFAULT_CODEPAGE 0 /* FIXME: no idea how to do this */ +#define strnicmp strncasecmp +#define stricmp strcasecmp + #endif