Skip to content

Commit

Permalink
初期化順を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Nov 17, 2018
1 parent 2cfd55f commit 56ac488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sakura_core/util/os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ CCurrentDirectoryBackupPoint::~CCurrentDirectoryBackupPoint()


CDisableWow64FsRedirect::CDisableWow64FsRedirect(BOOL isOn)
: m_OldValue(NULL)
, m_isSuccess(FALSE)
: m_isSuccess(FALSE)
, m_OldValue(NULL)
{
if (isOn && IsWow64()) {
m_isSuccess = Wow64DisableWow64FsRedirection(&m_OldValue);
Expand Down

0 comments on commit 56ac488

Please sign in to comment.