Skip to content

Commit

Permalink
clang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Feb 22, 2024
1 parent f3dd556 commit fbafd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/ParseConfigFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ typedef int socket_t;
#endif
#endif

#ifdef _MSC_VER
#ifdef _MSC_VER
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
Expand Down

0 comments on commit fbafd96

Please sign in to comment.