aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsbml/dirent.diff
blob: 538bca3fdd482ce6286cc6105c3eaa2320d29f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/src/sbml/validator/test/tps/dirent.c b/src/sbml/validator/test/tps/dirent.c
index beafc5e..48a60ca 100644
--- a/src/sbml/validator/test/tps/dirent.c
+++ b/src/sbml/validator/test/tps/dirent.c
@@ -1,3 +1,4 @@
+#if 0
 /* /////////////////////////////////////////////////////////////////////////////
  * File:    dirent.c
  *
@@ -239,3 +240,4 @@ struct dirent *readdir(DIR *dir)
 }
 
 /* ////////////////////////////////////////////////////////////////////////// */
+#endif
diff --git a/src/sbml/validator/test/tps/dirent.h b/src/sbml/validator/test/tps/dirent.h
index 4703aa2..8e4c29c 100644
--- a/src/sbml/validator/test/tps/dirent.h
+++ b/src/sbml/validator/test/tps/dirent.h
@@ -46,6 +46,9 @@
 
 #ifndef SYNSOFT_UNIXEM_INCL_H_DIRENT
 #define SYNSOFT_UNIXEM_INCL_H_DIRENT
+#include <dirent.h>
+#endif
+#if 0
 
 #ifndef _SYNSOFT_DOCUMENTATION_SKIP_SECTION
 # define SYNSOFT_UNIXEM_VER_H_DIRENT_MAJOR      2