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

#include <string>

#include "util/UtilExportable.hpp"

UTIL_DLL_VISIBLE std::string getLastError( );

#endif