X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=69303d7b0bec028f5070e6245846b6453cbdbafb;hp=63cc2ca0b72fdacb9122e9995fb90bb5aabf932a;hb=49789773e2797383c866dca470fb99e80cb49e41;hpb=a191ad71a0d6823b9710067c7cccf8905290dc9c diff --git a/source/common/file.h b/source/common/file.h index 63cc2ca..69303d7 100644 --- a/source/common/file.h +++ b/source/common/file.h @@ -21,12 +21,14 @@ #include #include -#if defined (__WIN32__) - +#if defined (WIN32) +#include +#include #else #include #endif bool FileExists(std::string filename); +bool FileExists(std::wstring filename); #endif \ No newline at end of file