added guard around TRACK_FILE_USAGE define to disable it on a PSP build. The related code does not compile for the PSP builds.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-01-27 16:15:12 +00:00
parent ce7745bfa6
commit 8156619d49

View File

@@ -29,9 +29,12 @@
#include <algorithm>
#include <stdlib.h>
#if defined( WIN32 ) || defined (LINUX)
// enable this define to collect statistics on how many times an ifstream is created for a given file.
//#define TRACK_FILE_USAGE_STATS
#endif
namespace wagic
{