X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat_private.h;h=7b20638d36ed5b5a1e75d2f14ce9fb102dfc44c0;hp=c80d15119b1e2ffb1e6a0a5ebb27486ec8963031;hb=5a32939eb6e576c223e1be5f80226d9e628a2398;hpb=609c9a508cfdc7b42c46c4f21d17639204165a00 diff --git a/source/fs/stat_private.h b/source/fs/stat_private.h index c80d151..7b20638 100644 --- a/source/fs/stat_private.h +++ b/source/fs/stat_private.h @@ -15,7 +15,7 @@ struct Stat::Private Private(const Private &); ~Private(); -#ifndef WIN32 +#ifndef _WIN32 /* This is here because it needs access to private members of Stat, but we can't expose the system stat struct in the public header */ static Stat from_struct_stat(const struct stat &);