Skip to content

Commit

Permalink
Actually fix the wrapper header location.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTFox committed Oct 6, 2016
1 parent 5dc6402 commit 3fecf51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Frameworks/CoreGraphics/D2DWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
//******************************************************************************

#import <CoreGraphics/D2DWrapper.h>
#import "D2DWrapper.h"
#import <Starboard.h>

using namespace Microsoft::WRL;
Expand Down
2 changes: 1 addition & 1 deletion build/CoreGraphics/lib/CoreGraphicsLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<ClangCompile Include="$(MSBuildThisFileDirectory)..\..\..\Frameworks\CoreGraphics\D2DWrapper.mm" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="$(MSBuildThisFileDirectory)..\..\..\include\CoreGraphics\D2DWrapper.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)..\..\..\Frameworks\CoreGraphics\D2DWrapper.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6293444C-1461-4CC7-9634-44AB90B8BBC3}</ProjectGuid>
Expand Down
24 changes: 0 additions & 24 deletions include/CoreGraphics/D2DWrapper.h

This file was deleted.

0 comments on commit 3fecf51

Please sign in to comment.