summaryrefslogtreecommitdiff
path: root/zen/com_error.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:23:19 +0200
commit0887aee8c54d0ed51bb2031431e2bcdafebb4c6e (patch)
tree69537ceb9787bb25ac363cc4e6cdaf0804d78363 /zen/com_error.h
parent5.12 (diff)
downloadFreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.gz
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.tar.bz2
FreeFileSync-0887aee8c54d0ed51bb2031431e2bcdafebb4c6e.zip
5.13
Diffstat (limited to 'zen/com_error.h')
-rw-r--r--zen/com_error.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/zen/com_error.h b/zen/com_error.h
index cd643b49..e6f5b492 100644
--- a/zen/com_error.h
+++ b/zen/com_error.h
@@ -51,14 +51,6 @@ Equivalent to:
-
-
-
-
-
-
-
-
//################# implementation #####################
std::wstring formatWin32Msg(DWORD dwMessageId) //return empty string on error
{
bgstack15