windows-nt/Source/XPSP1/NT/sdktools/ztools/inc/newstat.h
2020-09-26 16:20:57 +08:00

7 lines
89 B
C

#if _OS2_20_ == 0
#include <sys\stat.h>
#else
#pragma error( "Using newstat.h" )
#endif