issue #685
This commit is contained in:
tildearrow 2022-12-28 16:07:01 -05:00
parent cb70759a68
commit fbb712ddc9
3 changed files with 7 additions and 9 deletions

View file

@ -3,7 +3,7 @@
#include <functional>
#include <vector>
#if defined(_WIN32) || defined(__APPLE__)
#if defined(_WIN64) || defined(__APPLE__)
#define USE_NFD
#endif