Skip to content

Commit

Permalink
fixing MSVC compilation errors for client2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 30, 2024
1 parent c7936fb commit 2acdf8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/client2/windows_defines.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma once

#if _MSC_VER && !__INTEL_COMPILER
# define strncasecmp _strnicmp
#endif

0 comments on commit 2acdf8a

Please sign in to comment.