No such thing on windows, you can use the FindFirstFile, FindNextFile win32 api, the return structure contains something similar but not the same.
If you use gcc/mingw library they have a stat() simulation. You need to include sys/stat.h for that macro.