Skip to content

Commit

Permalink
xrCore: xrCore_platform.h -> Platform.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 6, 2015
1 parent e175d97 commit d957c79
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/xrCore/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma warning (disable:4661)

#include "xrCore.h"
#include "xrCore_platform.h"
#include "Platform.h"
#include "Common/Util.hpp"
//.#include "Include/xrAPI/xrAPI.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/xrCore/xrCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#error Please enable multi-threaded library...
#endif

# include "xrCore_platform.h"
# include "Platform.h"

/*
// stl-config
Expand Down
2 changes: 1 addition & 1 deletion src/xrCore/xrCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
<ClInclude Include="Threading\Lock.hpp" />
<ClInclude Include="vector.h" />
<ClInclude Include="xrCore.h" />
<ClInclude Include="xrCore_platform.h" />
<ClInclude Include="Platform.h" />
<ClInclude Include="xrDebug.h" />
<ClInclude Include="xrDebug_macros.h" />
<ClInclude Include="xrMemory.h" />
Expand Down
2 changes: 1 addition & 1 deletion src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<ClInclude Include="xrCore.h">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="xrCore_platform.h">
<ClInclude Include="Platform.h">
<Filter>Kernel</Filter>
</ClInclude>
<ClInclude Include="_bitwise.h">
Expand Down

0 comments on commit d957c79

Please sign in to comment.