Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
39a5f906
Commit
39a5f906
authored
Jul 24, 2003
by
rswindell
Browse files
Digital Mars CRTL does not include dirent functions (opendir, readdir, etc).
parent
6e172db1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/xpdev/dirwrap.c
src/xpdev/dirwrap.c
+1
-1
src/xpdev/dirwrap.h
src/xpdev/dirwrap.h
+1
-1
No files found.
src/xpdev/dirwrap.c
View file @
39a5f906
...
...
@@ -283,7 +283,7 @@ void DLLCALL globfree(glob_t* glob)
/****************************************************************************/
/* POSIX directory operations using Microsoft _findfirst/next API. */
/****************************************************************************/
#if defined(_MSC_VER)
#if defined(_MSC_VER)
|| defined(__DMC__)
DIR
*
opendir
(
const
char
*
dirname
)
{
DIR
*
dir
;
...
...
src/xpdev/dirwrap.h
View file @
39a5f906
...
...
@@ -116,7 +116,7 @@ extern "C" {
/*****************************/
/* POSIX Directory Functions */
/*****************************/
#if defined(_MSC_VER)
#if defined(_MSC_VER)
|| defined(__DMC__)
#include <io.h>
/* _finddata_t */
/* dirent structure returned by readdir().
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment