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:
@@ -29,9 +29,12 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdlib.h>
|
#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.
|
// enable this define to collect statistics on how many times an ifstream is created for a given file.
|
||||||
//#define TRACK_FILE_USAGE_STATS
|
//#define TRACK_FILE_USAGE_STATS
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace wagic
|
namespace wagic
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user