mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Minor win32 fixes for S_ISDIR
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
#define DIRBLKSIZ 512
|
#define DIRBLKSIZ 512
|
||||||
#define PATHSEP '\\'
|
#define PATHSEP '\\'
|
||||||
#define PATHSEP_STR "\\"
|
#define PATHSEP_STR "\\"
|
||||||
|
#define S_ISDIR(a) ((a) & S_IFDIR)
|
||||||
|
|
||||||
struct timezone {
|
struct timezone {
|
||||||
int tz_minuteswest;
|
int tz_minuteswest;
|
||||||
|
|||||||
Reference in New Issue
Block a user