File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
44 <ClCompile >
5- <PreprocessorDefinitions >WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
5+ <PreprocessorDefinitions >UNICODE;_UNICODE; WIN32;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66 <Optimization >Disabled</Optimization >
77 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
88 <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
1515
1616 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
1717 <ClCompile >
18- <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
18+ <PreprocessorDefinitions >UNICODE;_UNICODE; WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
1919 <Optimization >Disabled</Optimization >
2020 <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
2121 <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
2828
2929 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
3030 <ClCompile >
31- <PreprocessorDefinitions >WIN32;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
31+ <PreprocessorDefinitions >UNICODE;_UNICODE; WIN32;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
3232 <DebugInformationFormat />
3333 <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
3434 </ClCompile >
4040
4141 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
4242 <ClCompile >
43- <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
43+ <PreprocessorDefinitions >UNICODE;_UNICODE; WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
4444 <DebugInformationFormat >
4545 </DebugInformationFormat >
4646 <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
You can’t perform that action at this time.
0 commit comments