summaryrefslogtreecommitdiff
path: root/missing/dir.h
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-24 07:13:56 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-24 07:13:56 +0000
commit1d2c192d35dcaa0483eebd891fddef0e972c8a59 (patch)
treec33a3db7cc3c455b958f645083f0f9efbbfb165b /missing/dir.h
parent99020d6e50702eb371111d73280eb80b4b29ba5b (diff)
This commit was manufactured by cvs2svn to create tag
'v1_6_4_preview3'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_6_4_preview3@1446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/dir.h')
-rw-r--r--missing/dir.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/missing/dir.h b/missing/dir.h
index 830239b3ea..4fe0e120d5 100644
--- a/missing/dir.h
+++ b/missing/dir.h
@@ -28,7 +28,9 @@
#ifndef __DIR_INCLUDED
#define __DIR_INCLUDED
-#if !defined __MINGW32__
+#if defined __MINGW32__
+#define cdecl
+#endif
/*Directory entry size */
#ifdef DIRSIZ
#undef DIRSIZ
@@ -61,5 +63,4 @@ void seekdir(DIR *dirp,long loc);
void rewinddir(DIR *dirp);
void closedir(DIR *dirp);
-#endif
#endif /* __DIR_INCLUDED */