1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /*
- * Autogenerated by the Meson build system.
- * Do not edit, your changes will be lost.
- */
- #pragma once
- #define ARCH_AARCH64 1
- #define ARCH_ARM 0
- #define ARCH_PPC64LE 0
- #define ARCH_X86 0
- #define ARCH_X86_32 0
- #define ARCH_X86_64 0
- #define CONFIG_16BPC 1
- #define CONFIG_8BPC 1
- // #define CONFIG_LOG 1 -- Logging is controlled by Chromium
- #define ENDIANNESS_BIG 0
- #define HAVE_ALIGNED_MALLOC 1
- #define HAVE_ASM 1
- #define HAVE_AVX512ICL 1
- #define HAVE_IO_H 1
- // #define STACK_ALIGNMENT 16 -- Stack alignment is controlled by Chromium
- #define UNICODE 1
- #define _CRT_DECLARE_NONSTDC_NAMES 1
- #define _UNICODE 1
- // #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium
- #define __USE_MINGW_ANSI_STDIO 1
- #define fseeko _fseeki64
- #define ftello _ftelli64
|