commit | bf88be92911a07d14a4c0bb62a017cad0584d62d | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Mon Apr 01 00:45:08 2013 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Mon Apr 01 00:45:08 2013 +0000 |
tree | f9f41834ff4eb40cf0bc17cea7af69a5665df7dd | |
parent | c60de0e87faa631887821892547f0554eed2727f [diff] |
serial.c: abstract system error printing Windows is awkward. The win32 API does not support errno/strerror as one might expect. Introduce a new msg_* function that alleviates the pain a bit (my head still hurts very badly). Corresponding to flashrom svn r1659. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>