diff options
Diffstat (limited to 'plugins/MenuItemEx/menuex_12.vcxproj')
-rw-r--r-- | plugins/MenuItemEx/menuex_12.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MenuItemEx/menuex_12.vcxproj b/plugins/MenuItemEx/menuex_12.vcxproj index 3fdf0295ae..061f2502a1 100644 --- a/plugins/MenuItemEx/menuex_12.vcxproj +++ b/plugins/MenuItemEx/menuex_12.vcxproj @@ -80,7 +80,7 @@ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -136,7 +136,7 @@ <StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
|