pykd/test/targetapp/utils.h

12 lines
160 B
C
Raw Normal View History

#pragma once
#include <string>
namespace utils
{
std::string GetWinErrorText(DWORD dwError);
std::string GetLastErrorStr();
} // namespace utils