aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2014-08-06 00:50:18 +0400
committerKarlson2k <k2k@narod.ru>2014-08-06 16:17:01 +0400
commitfdb52f292d2eef490b051ab55414d05f843d9769 (patch)
tree11975f29a30a3771be64014137a89a619bf93ecc /project
parenta8fc99ef1bafd6b69bd322fd733818aef9232b18 (diff)
Add helper header with definitions of macros for parameters checking
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 41af74d471..4343373bd8 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -977,6 +977,7 @@
<ClInclude Include="..\..\xbmc\utils\IRssObserver.h" />
<ClInclude Include="..\..\xbmc\utils\IXmlDeserializable.h" />
<ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h" />
+ <ClInclude Include="..\..\xbmc\utils\params_check_macros.h" />
<ClInclude Include="..\..\xbmc\utils\RssManager.h" />
<ClInclude Include="..\..\xbmc\utils\StringValidation.h" />
<ClInclude Include="..\..\xbmc\utils\Utf8Utils.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index fa284e6cf9..91206a1d9c 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -5989,6 +5989,9 @@
<ClInclude Include="..\..\xbmc\filesystem\win32\Win32SMBDirectory.h">
<Filter>filesystem\win32</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\utils\params_check_macros.h">
+ <Filter>utils</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">