Subversion Repositories spk

Rev

Rev 197 | Rev 227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 211
Line 14... Line 14...
14
#else
14
#else
15
#include <dirent.h>
15
#include <dirent.h>
16
#define ACCESS access
16
#define ACCESS access
17
#endif
17
#endif
18
 
18
 
-
 
19
#pragma warning(disable:4244)
19
#define TOSTRING(s)  std::string(s.begin(), s.end())
20
std::string TOSTRING(const std::wstring& s) { return std::string(s.begin(), s.end()); }
-
 
21
#pragma warning(default:4244)
20
 
22
 
21
/////////////////////////////////////////
23
/////////////////////////////////////////
22
// STATIC FUNCTIONS
24
// STATIC FUNCTIONS
23
bool CDirIO::Exists(const Utils::WString &dir)
25
bool CDirIO::Exists(const Utils::WString &dir)
24
{
26
{