diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-12-12 15:35:17 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-12-16 15:16:49 -0500 |
| commit | d9c892bb5a3837d88eedfeed2ee92bb730e174d8 (patch) | |
| tree | 44a4d3f2e7a0e27aeab0f6ba37dc0b70bb0ad094 /binaryninjaapi.h | |
| parent | 6d93e8319411fca2c0d67e7ab29d135f5348328c (diff) | |
Disable fmt unicode support on windows
It wasn't supported before and having it enabled means needing to change charset to utf-8
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d9843a8b..8b41ea76 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -24,6 +24,7 @@ #define NOMINMAX #endif #include <windows.h> + #define FMT_UNICODE 0 #endif #include <cstddef> #include <string> |
