(svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belongs there

This commit is contained in:
rubidium
2009-08-18 17:49:28 +00:00
parent f595668650
commit 82105604c3
12 changed files with 737 additions and 28 deletions

View File

@@ -1178,7 +1178,7 @@ static void SlFixPointers()
*******************************************/
#define LZO_SIZE 8192
#include "../minilzo.h"
#include "../3rdparty/minilzo/minilzo.h"
static size_t ReadLZO()
{