X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=65410facf8d6789ecf847fbfa930a9158dee64ae;hb=0c44eca2593eb8434505dbc17d385f7ea2619576;hp=f111c099cd9c2c17f4020b861e6bce184517dc58;hpb=cba151c4b833a26c63984769f921bab5e755decd;p=xestiacalendar%2F.git diff --git a/source/common/file.h b/source/common/file.h index f111c09..65410fa 100644 --- a/source/common/file.h +++ b/source/common/file.h @@ -21,12 +21,16 @@ #include #include -#if defined (__WIN32__) - +#if defined (WIN32) +#include +#include #else #include #endif -bool FileExists(std::string Filename); +bool FileExists(std::string filename); +#if defined(WIN32) +bool FileExists(std::wstring filename); +#endif #endif \ No newline at end of file