diff options
author | wiso <wiso@svn> | 2010-07-29 16:59:36 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-07-29 16:59:36 +0000 |
commit | 9942e0fed1378ceeaa4ee22d3f84e6434d4d3983 (patch) | |
tree | 46a0b3e77ebbefd32729d0b7f0553ac1600cedb6 /project | |
parent | b4e454c6b6e7399995ac0f381b9bb58e9d2e7958 (diff) |
[WIN32] fixed compilation
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32306 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index f837150beb..f283198815 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="9,00" Name="XBMC" ProjectGUID="{3A68081D-E8F9-4523-9436-530DE9E5530A}" RootNamespace="XBMC_PC" @@ -2716,7 +2716,11 @@ > </File> <File - RelativePath="..\..\xbmc\AutoPtrHandle.cpp" + RelativePath="..\..\xbmc\utils\AutoPtrHandle.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\utils\AutoPtrHandle.h" > </File> <File |