Skip to content

Commit

Permalink
compat: add strcasecmp interface for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 24, 2024
1 parent b44ffdf commit 9de77ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cfl/cfl_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
#define timezone _timezone
#define tzname _tzname
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define timegm _mkgmtime
#endif /* _MSC_VER */

#endif
#endif

0 comments on commit 9de77ab

Please sign in to comment.