From d50d1838a5c3af4d1fbe56d9c9a299726cc84d02 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 31 Oct 2002 05:38:03 +0000 Subject: [PATCH] add stat alias --- stepmania/src/RageUtil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index ffa002e678..696c14dc26 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -191,6 +191,7 @@ float calc_stddev(const float *start, const float *end); #define chdir _chdir #define wchdir _wchdir #define alloca _alloca +#define stat _stat #endif #endif \ No newline at end of file