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);
|
2015-10-23 04:57:30 +00:00
|
|
|
std::string errorString(DWORD errCode);
|