diff options
| author | akhropov <[email protected]> | 2025-10-06 22:25:05 +0300 | 
|---|---|---|
| committer | akhropov <[email protected]> | 2025-10-06 22:37:27 +0300 | 
| commit | 56884e5ac351ffb1a7e7fea87ff05d344442affd (patch) | |
| tree | 200659e310ec1a1a7eb8aff2695784a73f29db98 | |
| parent | b4dfd9c8ffcca88ec0fd85eb2d85dd7ef8cfafd1 (diff) | |
16-bit platforms are not supported anymore.
commit_hash:b336c8247b40aa5c43fcf82c154a7d4fdd08e9a5
| -rw-r--r-- | util/system/platform.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/util/system/platform.h b/util/system/platform.h index 363bf4fdec0..6ca7b96f7ef 100644 --- a/util/system/platform.h +++ b/util/system/platform.h @@ -194,7 +194,7 @@      #define _dll_  #endif -// 16, 32 or 64 +// 32 or 64  #if defined(__sparc_v9__) || defined(_x86_64_) || defined(_ia64_) || defined(_arm64_) || defined(_ppc64_) || defined(_wasm64_)      #define _64_  #else | 
