Skip to content

Commit

Permalink
update vcpkg (#618)
Browse files Browse the repository at this point in the history
* update vcpkg

* fix windows

* clang fix

* clang fix
  • Loading branch information
MisterTea authored Feb 22, 2024
1 parent 69eefd7 commit 9af9f16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/vcpkg
Submodule vcpkg updated 5109 files
5 changes: 5 additions & 0 deletions src/terminal/ParseConfigFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ typedef int socket_t;
#endif
#endif

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

enum ssh_config_opcode_e {
SOC_UNSUPPORTED = -1,
SOC_HOST,
Expand Down

0 comments on commit 9af9f16

Please sign in to comment.