Port Viewer 2 indra/llvfs
This introduces some API changes, like the new LLDirIterator, that causes changes elsewhere. It also include Log Linden's cache changes that aren't in viewer-development yet that increase the maximum cache size to ~10 GB.
This commit is contained in:
@@ -37,15 +37,9 @@
|
||||
class LLSD;
|
||||
class LLFrameTimer;
|
||||
|
||||
#if LL_WINDOWS //For windows platform.
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#else //Everyone Else
|
||||
|
||||
#if !LL_WINDOWS //For non-windows platforms.
|
||||
#include <signal.h>
|
||||
|
||||
#endif //Everyone else.
|
||||
#endif
|
||||
|
||||
namespace LLPidLock
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user