Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/Error.h')
-rwxr-xr-xCPP/Windows/Error.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/CPP/Windows/Error.h b/CPP/Windows/Error.h
deleted file mode 100755
index b7da3ca5..00000000
--- a/CPP/Windows/Error.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Windows/Error.h
-
-#ifndef __WINDOWS_ERROR_H
-#define __WINDOWS_ERROR_H
-
-#include "Common/MyString.h"
-
-namespace NWindows {
-namespace NError {
-
-UString MyFormatMessageW(DWORD errorCode);
-
-}}
-
-#endif