* implemented FindFiles, NextFile and ~FindFiles for linux

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@228 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn
2008-03-18 19:31:49 +00:00
parent 94199c49dc
commit 3a05e084dd
2 changed files with 42 additions and 16 deletions

View File

@@ -73,6 +73,9 @@ int MemorySize(void *ptr);
#define MK_CONTROL 0x0008
#define MK_MBUTTON 0x0010
#include <dirent.h>
#include <iostream>
#endif
#define CString Str
@@ -213,6 +216,7 @@ private:
HANDLE findHandle;
WIN32_FIND_DATA findFileData;
#else
DIR *findHandle;
#endif
};