Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bolrog committed May 16, 2021
1 parent 5570239 commit d3bb657
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/d2dx/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@
template<typename T>
using ComPtr = Microsoft::WRL::ComPtr<T>;

template<typename ...TInterfaces>
using RuntimeClass = Microsoft::WRL::RuntimeClass<TInterfaces...>;

template<unsigned int flags>
using RuntimeClassFlags = Microsoft::WRL::RuntimeClassFlags<flags>;

using RuntimeClassType = Microsoft::WRL::RuntimeClassType;

using Microsoft::WRL::Details::Make;

using Microsoft::WRL::Details::MakeAndInitialize;

using EventHandle = Microsoft::WRL::Wrappers::HandleT<Microsoft::WRL::Wrappers::HandleTraits::EventTraits>;

#endif //PCH_H

0 comments on commit d3bb657

Please sign in to comment.