summaryrefslogtreecommitdiff
path: root/src/win32/errormsg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/errormsg.hpp')
-rwxr-xr-xsrc/win32/errormsg.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/win32/errormsg.hpp b/src/win32/errormsg.hpp
deleted file mode 100755
index 443e27d..0000000
--- a/src/win32/errormsg.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __ERRORMSG_H
-#define __ERRORMSG_H
-
-#include <string>
-
-std::string getLastError( );
-
-#endif