Improve ifdeffing.

This commit is contained in:
Kimmo Varis 2010-03-16 22:06:22 +02:00
parent d26a2cfc16
commit 5766e83309
1 changed files with 2 additions and 4 deletions

View File

@ -180,10 +180,6 @@ void FileListerWin32::recursiveAddFiles(std::vector<std::string> &filenames, con
} }
} }
#endif
//---------------------------------------------------------------------------
bool FileListerWin32::sameFileName(const std::string &fname1, const std::string &fname2) bool FileListerWin32::sameFileName(const std::string &fname1, const std::string &fname2)
{ {
#ifdef __GNUC__ #ifdef __GNUC__
@ -196,3 +192,5 @@ bool FileListerWin32::sameFileName(const std::string &fname1, const std::string
return bool(_stricmp(fname1.c_str(), fname2.c_str()) == 0); return bool(_stricmp(fname1.c_str(), fname2.c_str()) == 0);
#endif #endif
} }
#endif // _WIN32