diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-11-26 23:29:40 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:25 +0200 |
commit | ab6ed35d4e4b31a02d419d6b64217a1fc9728420 (patch) | |
tree | 8d0e5da75632ed7448ca609d651e24fe6cdd44cf /onlineupdate | |
parent | 0865f0d8c3646d37d425db30cdc387b135a2f281 (diff) |
add missing windows error codes
Error codes taken for now from the mozilla code.
Change-Id: Ib5b8ce4effb62ff0149a70a293ef6d19a0af4bb7
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/updater/updater.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx index b14453ba5fbc..2d775aff74bc 100644 --- a/onlineupdate/source/update/updater/updater.cxx +++ b/onlineupdate/source/update/updater/updater.cxx @@ -65,6 +65,12 @@ #include <winhelper/windowsStart.hxx> #include "uachelper.h" #include "pathhash.h" + +// TODO:moggi taken from the mozilla code -- find a better solution +#define INVALID_APPLYTO_DIR_ERROR 74 +#define REMOVE_FILE_SPEC_ERROR 71 +#define INVALID_APPLYTO_DIR_STAGED_ERROR 72 + #endif |