mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 20:53:19 -05:00
Minor win32 fixes for S_ISDIR
This commit is contained in:
parent
fb86538d79
commit
e8ff234550
@ -14,6 +14,7 @@
|
||||
#define DIRBLKSIZ 512
|
||||
#define PATHSEP '\\'
|
||||
#define PATHSEP_STR "\\"
|
||||
#define S_ISDIR(a) ((a) & S_IFDIR)
|
||||
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
|
Loading…
x
Reference in New Issue
Block a user