Add PAL error message strings
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 27 May 2015 12:50:37 +0000 (14:50 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 27 May 2015 14:03:46 +0000 (16:03 +0200)
commit86453117991b0ae06fd9361fa24de51df2d38404
treef692ca7fb4343cbb251c123b82d5c95ef64629a7
parent4d931ce9e79349733bb74389089b47d600a52fc3
Add PAL error message strings

This change adds PAL error message strings to PAL. Until now, the
FormatMessage in PAL formatted the PAL error codes as "Error xxx".
With this change, it inserts textual form of the messages.
src/pal/src/CMakeLists.txt
src/pal/src/include/pal/misc.h
src/pal/src/init/pal.cpp
src/pal/src/misc/errorstrings.cpp [new file with mode: 0644]
src/pal/src/misc/errorstrings.h [new file with mode: 0644]
src/pal/src/misc/fmtmessage.cpp