summaryrefslogtreecommitdiff
path: root/include/util/win32/errormsg.hpp
blob: 93ce3b7c418d40749bb4ddb47b4d6ce8375010b2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ERRORMSG_H
#define __ERRORMSG_H

#include <string>

#include "UtilExportable.hpp"

UTIL_DLL_VISIBLE std::string getLastError( );

#endif