diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-05 12:32:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-05 12:32:07 +0100 |
| commit | d699b3514c2c9d9fb32b19f487ad648e6fadb814 (patch) | |
| tree | 742941493afffeb95e402c62a3cfec016d1f903c /src/lib/config.h | |
| parent | 58cd57db37f1460a899aaf92b8c7e7564f55e50d (diff) | |
Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index e25cb06da..29511b1fe 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -377,6 +377,7 @@ public: NAG_INITIAL_SETUP, NAG_IMPORT_DECRYPTION_CHAIN, NAG_DELETE_DKDM, + NAG_32_ON_64, NAG_COUNT }; |
