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/cross.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/cross.h')
| -rw-r--r-- | src/lib/cross.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index 06e198e99..2e8b8e429 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -57,6 +57,7 @@ extern uint64_t thread_id (); extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags); extern boost::filesystem::path home_directory (); extern std::string command_and_read (std::string cmd); +extern bool running_32_on_64 (); /** @class Waker * @brief A class which tries to keep the computer awake on various operating systems. |
