fix NFD not being used in the 32-bit Windows build
This commit is contained in:
parent
a0e0d47288
commit
1bc87a1a66
|
@ -3,9 +3,11 @@
|
|||
#include <functional>
|
||||
#include "../pch.h"
|
||||
|
||||
#if defined(_WIN64) || defined(__APPLE__)
|
||||
#if defined(_WIN32) || defined(_WIN64) || defined(__APPLE__)
|
||||
#ifndef SUPPORT_XP
|
||||
#define USE_NFD
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_NFD
|
||||
#include <atomic>
|
||||
|
|
Loading…
Reference in a new issue