diff options
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/win32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h index 4ef337d18..9f5ccf888 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -192,9 +192,9 @@ extern int rb_w32_stat(const char *, struct stat *); extern int rb_w32_fstat(int, struct stat *); #endif -#define strcasecmp(s1, s2) stricmp(s1, s2) -#define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) -#define fsync(h) _commit(h) +#define strcasecmp stricmp +#define strncasecmp strnicmp +#define fsync _commit #ifdef __MINGW32__ struct timezone { |
