diff options
Diffstat (limited to 'src/dirent/dirent.vcxproj')
-rw-r--r-- | src/dirent/dirent.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirent/dirent.vcxproj b/src/dirent/dirent.vcxproj index 2586fe39..0cd57888 100644 --- a/src/dirent/dirent.vcxproj +++ b/src/dirent/dirent.vcxproj @@ -84,7 +84,7 @@ <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;_WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> |