Skip to content

Commit 05ab44a

Browse files
committed
win32: do not redefine mode_t with conflicting type
1 parent 418ef34 commit 05ab44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/win/port_win.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ typedef __int64_t int64_t;
7474
typedef __uint64_t uint64_t;
7575

7676
typedef long off_t;
77-
typedef int mode_t;
77+
// typedef int mode_t;
7878
typedef long _off_t;
7979
typedef long int __loff_t;
8080
typedef unsigned long DWORD;

0 commit comments

Comments
 (0)