summary refs log tree commit diff stats
path: root/src/dirent
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-21 14:59:25 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-21 14:59:25 +0200
commit0e3fbb01d7f9608f37597df33a0833a6f7b3f173 (patch)
tree5ea2b48a4211b5d57494ab842a58b2ac3a383b7e /src/dirent
parent2ae76fcacfd36b421fa8ada4682c40996cc63d89 (diff)
Add _AMD64_ definition for x64 builds, make Visual Studio even happier
Diffstat (limited to 'src/dirent')
-rw-r--r--src/dirent/dirent.vcxproj2
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>