X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=65410facf8d6789ecf847fbfa930a9158dee64ae;hp=69303d7b0bec028f5070e6245846b6453cbdbafb;hb=e1f41a323159828fef7a3319768d1bc34fc127d3;hpb=49789773e2797383c866dca470fb99e80cb49e41 diff --git a/source/common/file.h b/source/common/file.h index 69303d7..65410fa 100644 --- a/source/common/file.h +++ b/source/common/file.h @@ -29,6 +29,8 @@ #endif bool FileExists(std::string filename); +#if defined(WIN32) bool FileExists(std::wstring filename); +#endif #endif \ No newline at end of file