Add #include "Platform.h" to fix Windows build
remove CXX_FLAGS, which make Visual Studio complain
Widen sanity test out of paranoia.
Fix typo in g_hashes reference to SpookyHash
Remove Visual Studio-specific .sln & .vcproj files

git-svn-id: http://smhasher.googlecode.com/svn/trunk@145 77a7d1d3-4c08-bdc2-d393-d5859734b01a
diff --git a/KeysetTest.cpp b/KeysetTest.cpp
index b3b8a4c..148b065 100644
--- a/KeysetTest.cpp
+++ b/KeysetTest.cpp
@@ -81,7 +81,7 @@
 
   const int hashbytes = hashbits/8;
   const int reps = 10;
-  const int keymax = 128;
+  const int keymax = 256;
   const int pad = 16;
   const int buflen = keymax + pad*3;