We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0935463 commit 4807b16Copy full SHA for 4807b16
1 file changed
main/win95nt.h
@@ -39,7 +39,9 @@ typedef char * caddr_t;
39
#define _IFLNK 0120000 /* symbolic link */
40
#define S_IFIFO _IFIFO
41
#define S_IFBLK _IFBLK
42
-#define S_IFLNK _IFLNK
+#ifndef S_IFLNK
43
+# define S_IFLNK _IFLNK
44
+#endif
45
#define chdir(path) _chdir(path)
46
#define mkdir(a, b) _mkdir(a)
47
#define rmdir(a) _rmdir(a)
0 commit comments