Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 13, 2016
1 parent d26fe80 commit eb8f4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/clar.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
# ifndef access
# define access(path, mode) _access(path, mode)
# endif
# ifndef string_dup
# define string_dup(str) _string_dup(str)
# ifndef strdup
# define strdup(str) _strdup(str)
# endif
# ifndef strcasecmp
# define strcasecmp(a,b) _stricmp(a,b)
Expand Down

0 comments on commit eb8f4cd

Please sign in to comment.