Changeset 806 in dev for branches/egtra/ab5.0/abdev/ab_common
- Timestamp:
- Feb 12, 2011, 2:32:22 AM (14 years ago)
- Location:
- branches/egtra/ab5.0/abdev/ab_common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
r798 r806 148 148 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 149 149 </PrecompiledHeader> 150 <EnablePREfast Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EnablePREfast> 151 <EnablePREfast Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EnablePREfast> 150 152 </ClCompile> 151 153 <ClCompile Include="src\OSVersion.cpp" /> -
branches/egtra/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
r776 r806 1 #pragma warning(disable : 4996)1 //#pragma warning(disable : 4996) 2 2 3 3 #include <map>
Note:
See TracChangeset
for help on using the changeset viewer.