Updated vcproj files to find external/lzss/src/lzss.c and not link against a pre-built lib. This is a temporary solution as we should instead use the lzss routines offered in zlib (same algo).
Replaced all #ifdef MSVC with #ifdef _MSC_VER as the former was failing in VC++2k5.
Still some linking errors regarding lzss under MSVC, working with yagisan to resolve.
Updated vcproj files to find external/lzss/src/lzss.c and not link against a pre-built lib. This is a temporary solution as we should instead use the lzss routines offered in zlib (same algo).
Replaced all #ifdef MSVC with #ifdef _MSC_VER as the former was failing in VC++2k5.
Still some linking errors regarding lzss under MSVC, working with yagisan to resolve.