winpty/misc/buffer-tests/harness/Util.h

11 lines
210 B
C
Raw Normal View History

2015-10-20 04:32:08 +00:00
#pragma once
#include <windows.h>
#include <string>
#include <vector>
std::string pathDirName(const std::string &path);
std::string getModuleFileName(HMODULE module);
std::string errorString(DWORD errCode);