diff --git a/include/base/SMPDataFlowAnalysis.h b/include/base/SMPDataFlowAnalysis.h
index cdd60b73a001be0b9e2d41953db6ead6a7874893..b08bb4ea29c1fc3662371e1b3137c0aeb47ee973 100644
--- a/include/base/SMPDataFlowAnalysis.h
+++ b/include/base/SMPDataFlowAnalysis.h
@@ -175,7 +175,7 @@ STARSOpndTypePtr CloneIfSubwordReg(STARSOpndTypePtr CurrOp);
 STARSOpndTypePtr CloneIfNecessary(STARSOpndTypePtr CurrOp, bool UseFP);
 
 // Debug: print one operand from an instruction or DEF or USE list.
-void PrintDefUse(ulong feature, int OpNum);
+void PrintDefUse(unsigned long feature, int OpNum);
 void PrintSIB(STARSOpndTypePtr Opnd);
 void AnnotPrintSIB(STARSOpndTypePtr Opnd, bool HasOffset, FILE *OutFile);
 void SPARKAnnotPrintSIB(STARSOpndTypePtr Opnd, bool HasOffset, FILE *OutFile, uint16_t SegReg, bool UseFP);
diff --git a/src/base/SMPDataFlowAnalysis.cpp b/src/base/SMPDataFlowAnalysis.cpp
index 43760e946347c1bc296b65c503e4ab177cd5922e..391b4295d3cc9f42afe49ff86164457fb7a35fca 100644
--- a/src/base/SMPDataFlowAnalysis.cpp
+++ b/src/base/SMPDataFlowAnalysis.cpp
@@ -676,7 +676,7 @@ STARSOpndTypePtr CloneIfNecessary(STARSOpndTypePtr CurrOp, bool UseFP) {
 } // end of CloneIfNecessary()
 
 // DEBUG Print DEF and/or USE for an operand.
-void PrintDefUse(ulong feature, int OpNum) {
+void PrintDefUse(unsigned long feature, int OpNum) {
 	// CF_ macros number the operands from 1 to 6, while OpNum
 	//  is a 0 to 5 index into the insn_t.Operands[] array.
 	// OpNum == -1 is a signal that this is a DEF or USE or VarKillSet etc.
diff --git a/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj b/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj
index e6a49cb6f0e41577f39ccffa8eb6b59da73397e0..55bcd139c30417a7f375b6875bbd5f0f475f7005 100755
--- a/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj
+++ b/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj
@@ -41,7 +41,7 @@
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LinkIncremental>true</LinkIncremental>
-    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)\..\..\..\..\idaproCur_sdk\include;$(SolutionDir)\..\..\..\include;$(SolutionDir)\..\..\..\include\abstract;$(SolutionDir)\..\..\..\include\ida</IncludePath>
+    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir)\..\..\..\..\idaproCur_sdk\include;$(SolutionDir)\..\..\..\include;$(SolutionDir)\..\..\..\include\interfaces;$(SolutionDir)\..\..\..\include\base</IncludePath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
@@ -78,9 +78,6 @@
       <OptimizeReferences>true</OptimizeReferences>
     </Link>
   </ItemDefinitionGroup>
-  <ItemGroup>
-    <Text Include="ReadMe.txt" />
-  </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\..\src\base\ProfilerInformation.cpp" />
     <ClCompile Include="..\..\..\..\src\base\SMPBasicBlock.cpp" />
diff --git a/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj.filters b/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj.filters
index d89318b76b4b58e260d8edf7f3085429f8c89d32..f4d4ca979e91210c1f48682f3ac8c04f0ad348c1 100755
--- a/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj.filters
+++ b/tools/win7_vs_projects/STARS/STARS/STARS.vcxproj.filters
@@ -14,9 +14,6 @@
       <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
     </Filter>
   </ItemGroup>
-  <ItemGroup>
-    <Text Include="ReadMe.txt" />
-  </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\..\..\src\base\ProfilerInformation.cpp">
       <Filter>Source Files</Filter>