summaryrefslogtreecommitdiff
path: root/src/win32/errormsg.hpp
blob: 443e27d5525d06d70456910d5b3095832417bf37 (plain)
1
2
3
4
5
6
7
8
#ifndef __ERRORMSG_H
#define __ERRORMSG_H

#include <string>

std::string getLastError( );

#endif