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 4bc09ca commit 7d0ebca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/terminal/ParseConfigFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ typedef int socket_t;
#endif

#ifdef _MSC_VER
//not #if defined(_WIN32) || defined(_WIN64) because we have strncasecmp in mingw
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
Expand Down

0 comments on commit 7d0ebca

Please sign in to comment.