diff options
Diffstat (limited to '')
-rw-r--r-- | src/OSSupport/Errors.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/OSSupport/Errors.h b/src/OSSupport/Errors.h new file mode 100644 index 000000000..8ce9deb10 --- /dev/null +++ b/src/OSSupport/Errors.h @@ -0,0 +1,5 @@ + +#pragma once + +AString GetOSErrorString(int a_ErrNo); + |