Skip to content

Commit

Permalink
Merge pull request cocos2d#13990 from MSOpenTech/v3-win10-fix
Browse files Browse the repository at this point in the history
V3 Win10 UWP fixes
  • Loading branch information
pandamicro committed Sep 21, 2015
2 parents 49f6a86 + 70e157a commit deacab9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions cocos/2d/libcocos2d_win10/libcocos2d.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@
<ClCompile Include="..\..\physics3d\CCPhysics3DShape.cpp" />
<ClCompile Include="..\..\physics3d\CCPhysics3DWorld.cpp" />
<ClCompile Include="..\..\physics3d\CCPhysicsSprite3D.cpp" />
<ClCompile Include="..\..\physics\CCComponentPhysics2d.cpp" />
<ClCompile Include="..\..\physics\CCPhysicsBody.cpp" />
<ClCompile Include="..\..\physics\CCPhysicsContact.cpp" />
<ClCompile Include="..\..\physics\CCPhysicsJoint.cpp" />
Expand Down Expand Up @@ -1181,7 +1180,6 @@
<ClInclude Include="..\..\physics3d\CCPhysics3DShape.h" />
<ClInclude Include="..\..\physics3d\CCPhysics3DWorld.h" />
<ClInclude Include="..\..\physics3d\CCPhysicsSprite3D.h" />
<ClInclude Include="..\..\physics\CCComponentPhysics2d.h" />
<ClInclude Include="..\..\physics\CCPhysicsBody.h" />
<ClInclude Include="..\..\physics\CCPhysicsContact.h" />
<ClInclude Include="..\..\physics\CCPhysicsHelper.h" />
Expand Down
6 changes: 0 additions & 6 deletions cocos/2d/libcocos2d_win10/libcocos2d.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1578,9 +1578,6 @@
<ClCompile Include="..\..\network\WebSocket.cpp">
<Filter>network</Filter>
</ClCompile>
<ClCompile Include="..\..\physics\CCComponentPhysics2d.cpp">
<Filter>physics</Filter>
</ClCompile>
<ClCompile Include="..\..\physics\CCPhysicsBody.cpp">
<Filter>physics</Filter>
</ClCompile>
Expand Down Expand Up @@ -3395,9 +3392,6 @@
<ClInclude Include="..\..\network\WebSocket.h">
<Filter>network</Filter>
</ClInclude>
<ClInclude Include="..\..\physics\CCComponentPhysics2d.h">
<Filter>physics</Filter>
</ClInclude>
<ClInclude Include="..\..\physics\CCPhysicsBody.h">
<Filter>physics</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions cocos/platform/winrt/CCWinRTUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ bool isWindowsPhone()
#else
return false;
#endif
return false;
}

CC_DEPRECATED_ATTRIBUTE std::wstring CC_DLL CCUtf8ToUnicode(const char * pszUtf8Str, unsigned len /*= -1*/)
Expand Down

0 comments on commit deacab9

Please sign in to comment.