Skip to content

Commit

Permalink
Use LPTSTR instead of LPSTR
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Mar 25, 2016
1 parent 5180fac commit d89c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform.Win32/GameWindowWin32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Win32 {
namespace {

template <typename T>
LPSTR MakeIntegerResource(T && resource) noexcept
LPTSTR MakeIntegerResource(T && resource) noexcept
{
#pragma warning(push)
#pragma warning(disable:4302)
Expand Down

0 comments on commit d89c9a1

Please sign in to comment.