gccxml_gem 0.9.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +84 -0
- data/bin/gccxml.exe +0 -0
- data/bin/gccxml_cc1plus.exe +0 -0
- data/bin/gccxml_vcconfig.bat +52 -0
- data/bin/gccxml_vcconfig.exe +0 -0
- data/gccxml.rb +57 -0
- data/share/doc/gccxml-0.9/Copyright.txt +55 -0
- data/share/doc/gccxml-0.9/gccxml.html +168 -0
- data/share/doc/gccxml-0.9/gccxml.txt +293 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cfloat +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/climits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cmath +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstddef +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdio +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdlib +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ctime +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwchar +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/functional +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/gccxml_typeinfo.h +146 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/codecvt +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/collate +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/ctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iosbase +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iotraits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iterator +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/lochelp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locimpl +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locvector +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/messages +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/money +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numbrw +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numeral +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwdispatch.h +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwlocale +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwstderr_macros.h +64 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/string_ref +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/time +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/traits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/tree +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/usefacet +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/valimp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/vendor +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/except.h +154 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_fstream.h +431 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_new.h +166 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_valarray.h +786 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_vector.h +1457 -0
- data/share/gccxml-0.9/Borland/5.5/io.h +352 -0
- data/share/gccxml-0.9/Borland/5.5/oaidl.h +7006 -0
- data/share/gccxml-0.9/Borland/5.5/propidl.h +1477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/locimpl.h +477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/rwlocale.h +619 -0
- data/share/gccxml-0.9/Borland/5.5/stdarg.h +55 -0
- data/share/gccxml-0.9/Borland/5.5/valarray.cc +2883 -0
- data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
- data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
- data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
- data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
- data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
- data/share/gccxml-0.9/GCC/2.95/complex +38 -0
- data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
- data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
- data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
- data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
- data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
- data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
- data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
- data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
- data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
- data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
- data/share/gccxml-0.9/GCC/2.95/deque +19 -0
- data/share/gccxml-0.9/GCC/2.95/exception +20 -0
- data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/functional +64 -0
- data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
- data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
- data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
- data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
- data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
- data/share/gccxml-0.9/GCC/2.95/list +19 -0
- data/share/gccxml-0.9/GCC/2.95/map +20 -0
- data/share/gccxml-0.9/GCC/2.95/memory +21 -0
- data/share/gccxml-0.9/GCC/2.95/new +13 -0
- data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
- data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/2.95/queue +20 -0
- data/share/gccxml-0.9/GCC/2.95/set +20 -0
- data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
- data/share/gccxml-0.9/GCC/2.95/stack +19 -0
- data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
- data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
- data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
- data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
- data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
- data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
- data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
- data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
- data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
- data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
- data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
- data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
- data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
- data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
- data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
- data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
- data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
- data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
- data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
- data/share/gccxml-0.9/GCC/2.95/string +26 -0
- data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
- data/share/gccxml-0.9/GCC/2.95/utility +25 -0
- data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
- data/share/gccxml-0.9/GCC/2.95/vector +19 -0
- data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
- data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
- data/share/gccxml-0.9/GCC/3.2/bits/gthr-default.h +581 -0
- data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
- data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
- data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
- data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
- data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
- data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
- data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
- data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
- data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
- data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
- data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
- data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
- data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
- data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
- data/share/gccxml-0.9/GCC/3.4/bits/gthr-default.h +664 -0
- data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
- data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +618 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h +182 -0
- data/share/gccxml-0.9/IBM/8.0/adapt_headers.sh +34 -0
- data/share/gccxml-0.9/IBM/8.0/stdlib.h.patch +27 -0
- data/share/gccxml-0.9/IBM/8.0/xstring.patch +19 -0
- data/share/gccxml-0.9/IBM/README +8 -0
- data/share/gccxml-0.9/IBM/find_flags +51 -0
- data/share/gccxml-0.9/IBM/find_flags_common +48 -0
- data/share/gccxml-0.9/Intel/find_flags +56 -0
- data/share/gccxml-0.9/Intel/pthread.h +16 -0
- data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
- data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
- data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
- data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
- data/share/gccxml-0.9/MIPSpro/find_flags +70 -0
- data/share/gccxml-0.9/MIPSpro/mipspro_defs.cxx +63 -0
- data/share/gccxml-0.9/Sun/5.8/Cstd.patch +156 -0
- data/share/gccxml-0.9/Sun/5.8/adapt_headers.sh +32 -0
- data/share/gccxml-0.9/Sun/5.8/std-5.10.patch +22 -0
- data/share/gccxml-0.9/Sun/README +8 -0
- data/share/gccxml-0.9/Sun/find_flags +51 -0
- data/share/gccxml-0.9/Sun/find_flags_common +42 -0
- data/share/gccxml-0.9/VcInstall/vc6Include.patch +4560 -0
- data/share/gccxml-0.9/VcInstall/vc71Include.patch +921 -0
- data/share/gccxml-0.9/VcInstall/vc71PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc7Include.patch +1139 -0
- data/share/gccxml-0.9/VcInstall/vc7PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressInclude.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressPlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8Include.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1ExpressInclude.patch +1941 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1Include.patch +1970 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc9Include.patch +2047 -0
- data/share/gccxml-0.9/VcInstall/vc9PlatformSDK.patch +383 -0
- data/share/gccxml-0.9/VcInstall/vc9sp1Include.patch +2565 -0
- data/share/gccxml-0.9/VcInstall/vcCat.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcCat.readme.txt +3 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.readme.txt +27 -0
- data/share/gccxml-0.9/VcInstall/vc_helper +1 -0
- data/share/gccxml-0.9/gccxml_config +2 -0
- data/share/gccxml-0.9/gccxml_identify_compiler.cc +13 -0
- data/share/man/man1/gccxml.1 +246 -0
- metadata +331 -0
@@ -0,0 +1,383 @@
|
|
1
|
+
Index: OAIdl.h
|
2
|
+
===================================================================
|
3
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/OAIdl.h,v
|
4
|
+
retrieving revision 1.1
|
5
|
+
retrieving revision 1.2
|
6
|
+
diff -c -3 -p -r1.1 -r1.2
|
7
|
+
*** OAIdl.h 29 Jan 2008 21:05:24 -0000 1.1
|
8
|
+
--- OAIdl.h 21 Apr 2008 14:20:46 -0000 1.2
|
9
|
+
*************** struct tagVARIANT
|
10
|
+
*** 442,448 ****
|
11
|
+
FLOAT fltVal;
|
12
|
+
DOUBLE dblVal;
|
13
|
+
VARIANT_BOOL boolVal;
|
14
|
+
! _VARIANT_BOOL bool;
|
15
|
+
SCODE scode;
|
16
|
+
CY cyVal;
|
17
|
+
DATE date;
|
18
|
+
--- 442,448 ----
|
19
|
+
FLOAT fltVal;
|
20
|
+
DOUBLE dblVal;
|
21
|
+
VARIANT_BOOL boolVal;
|
22
|
+
! // _VARIANT_BOOL bool;
|
23
|
+
SCODE scode;
|
24
|
+
CY cyVal;
|
25
|
+
DATE date;
|
26
|
+
*************** struct tagVARIANT
|
27
|
+
*** 457,463 ****
|
28
|
+
FLOAT *pfltVal;
|
29
|
+
DOUBLE *pdblVal;
|
30
|
+
VARIANT_BOOL *pboolVal;
|
31
|
+
! _VARIANT_BOOL *pbool;
|
32
|
+
SCODE *pscode;
|
33
|
+
CY *pcyVal;
|
34
|
+
DATE *pdate;
|
35
|
+
--- 457,463 ----
|
36
|
+
FLOAT *pfltVal;
|
37
|
+
DOUBLE *pdblVal;
|
38
|
+
VARIANT_BOOL *pboolVal;
|
39
|
+
! // _VARIANT_BOOL *pbool;
|
40
|
+
SCODE *pscode;
|
41
|
+
CY *pcyVal;
|
42
|
+
DATE *pdate;
|
43
|
+
Index: ObjBase.h
|
44
|
+
===================================================================
|
45
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/ObjBase.h,v
|
46
|
+
retrieving revision 1.1
|
47
|
+
retrieving revision 1.2
|
48
|
+
diff -c -3 -p -r1.1 -r1.2
|
49
|
+
*** ObjBase.h 29 Jan 2008 21:05:24 -0000 1.1
|
50
|
+
--- ObjBase.h 21 Apr 2008 15:30:52 -0000 1.2
|
51
|
+
*************** extern "C++"
|
52
|
+
*** 237,243 ****
|
53
|
+
template<typename T> void** IID_PPV_ARGS_Helper(T** pp)
|
54
|
+
{
|
55
|
+
// make sure everyone derives from IUnknown
|
56
|
+
! static_cast<IUnknown*>(*pp);
|
57
|
+
|
58
|
+
return reinterpret_cast<void**>(pp);
|
59
|
+
}
|
60
|
+
--- 237,243 ----
|
61
|
+
template<typename T> void** IID_PPV_ARGS_Helper(T** pp)
|
62
|
+
{
|
63
|
+
// make sure everyone derives from IUnknown
|
64
|
+
! //static_cast<IUnknown*>(*pp);
|
65
|
+
|
66
|
+
return reinterpret_cast<void**>(pp);
|
67
|
+
}
|
68
|
+
Index: PropIdl.h
|
69
|
+
===================================================================
|
70
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/PropIdl.h,v
|
71
|
+
retrieving revision 1.1
|
72
|
+
retrieving revision 1.2
|
73
|
+
diff -c -3 -p -r1.1 -r1.2
|
74
|
+
*** PropIdl.h 29 Jan 2008 21:05:24 -0000 1.1
|
75
|
+
--- PropIdl.h 21 Apr 2008 14:20:46 -0000 1.2
|
76
|
+
*************** struct tag_inner_PROPVARIANT
|
77
|
+
*** 310,316 ****
|
78
|
+
FLOAT fltVal;
|
79
|
+
DOUBLE dblVal;
|
80
|
+
VARIANT_BOOL boolVal;
|
81
|
+
! _VARIANT_BOOL bool;
|
82
|
+
SCODE scode;
|
83
|
+
CY cyVal;
|
84
|
+
DATE date;
|
85
|
+
--- 310,316 ----
|
86
|
+
FLOAT fltVal;
|
87
|
+
DOUBLE dblVal;
|
88
|
+
VARIANT_BOOL boolVal;
|
89
|
+
! // _VARIANT_BOOL bool;
|
90
|
+
SCODE scode;
|
91
|
+
CY cyVal;
|
92
|
+
DATE date;
|
93
|
+
Index: WinNT.h
|
94
|
+
===================================================================
|
95
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/WinNT.h,v
|
96
|
+
retrieving revision 1.1
|
97
|
+
retrieving revision 1.3
|
98
|
+
diff -c -3 -p -r1.1 -r1.3
|
99
|
+
*** WinNT.h 29 Jan 2008 21:05:25 -0000 1.1
|
100
|
+
--- WinNT.h 21 Apr 2008 14:22:57 -0000 1.3
|
101
|
+
*************** Int64ShllMod32 (
|
102
|
+
*** 682,694 ****
|
103
|
+
DWORD ShiftCount
|
104
|
+
)
|
105
|
+
{
|
106
|
+
- __asm {
|
107
|
+
- mov ecx, ShiftCount
|
108
|
+
- mov eax, dword ptr [Value]
|
109
|
+
- mov edx, dword ptr [Value+4]
|
110
|
+
- shld edx, eax, cl
|
111
|
+
- shl eax, cl
|
112
|
+
- }
|
113
|
+
}
|
114
|
+
|
115
|
+
__inline LONGLONG
|
116
|
+
--- 682,687 ----
|
117
|
+
*************** Int64ShraMod32 (
|
118
|
+
*** 698,710 ****
|
119
|
+
DWORD ShiftCount
|
120
|
+
)
|
121
|
+
{
|
122
|
+
- __asm {
|
123
|
+
- mov ecx, ShiftCount
|
124
|
+
- mov eax, dword ptr [Value]
|
125
|
+
- mov edx, dword ptr [Value+4]
|
126
|
+
- shrd eax, edx, cl
|
127
|
+
- sar edx, cl
|
128
|
+
- }
|
129
|
+
}
|
130
|
+
|
131
|
+
__inline ULONGLONG
|
132
|
+
--- 691,696 ----
|
133
|
+
*************** Int64ShrlMod32 (
|
134
|
+
*** 714,726 ****
|
135
|
+
DWORD ShiftCount
|
136
|
+
)
|
137
|
+
{
|
138
|
+
- __asm {
|
139
|
+
- mov ecx, ShiftCount
|
140
|
+
- mov eax, dword ptr [Value]
|
141
|
+
- mov edx, dword ptr [Value+4]
|
142
|
+
- shrd eax, edx, cl
|
143
|
+
- shr edx, cl
|
144
|
+
- }
|
145
|
+
}
|
146
|
+
|
147
|
+
#if _MSC_VER >= 1200
|
148
|
+
--- 700,705 ----
|
149
|
+
*************** InterlockedBitTestAndSet (
|
150
|
+
*** 3158,3169 ****
|
151
|
+
IN LONG Bit
|
152
|
+
)
|
153
|
+
{
|
154
|
+
- __asm {
|
155
|
+
- mov eax, Bit
|
156
|
+
- mov ecx, Base
|
157
|
+
- lock bts [ecx], eax
|
158
|
+
- setc al
|
159
|
+
- };
|
160
|
+
}
|
161
|
+
|
162
|
+
FORCEINLINE
|
163
|
+
--- 3137,3142 ----
|
164
|
+
*************** InterlockedBitTestAndReset (
|
165
|
+
*** 3173,3184 ****
|
166
|
+
IN LONG Bit
|
167
|
+
)
|
168
|
+
{
|
169
|
+
- __asm {
|
170
|
+
- mov eax, Bit
|
171
|
+
- mov ecx, Base
|
172
|
+
- lock btr [ecx], eax
|
173
|
+
- setc al
|
174
|
+
- };
|
175
|
+
}
|
176
|
+
#pragma warning(pop)
|
177
|
+
|
178
|
+
--- 3146,3151 ----
|
179
|
+
*************** InterlockedBitTestAndComplement (
|
180
|
+
*** 3214,3225 ****
|
181
|
+
IN LONG Bit
|
182
|
+
)
|
183
|
+
{
|
184
|
+
- __asm {
|
185
|
+
- mov eax, Bit
|
186
|
+
- mov ecx, Base
|
187
|
+
- lock btc [ecx], eax
|
188
|
+
- setc al
|
189
|
+
- };
|
190
|
+
}
|
191
|
+
#pragma warning(pop)
|
192
|
+
#endif /* _M_CEE_PURE */
|
193
|
+
--- 3181,3186 ----
|
194
|
+
*************** _mm_pause (
|
195
|
+
*** 3340,3346 ****
|
196
|
+
#else
|
197
|
+
|
198
|
+
#if !defined(_M_CEE_PURE)
|
199
|
+
! #define YieldProcessor() __asm { rep nop }
|
200
|
+
#endif // !defined(_M_CEE_PURE)
|
201
|
+
|
202
|
+
#endif // (_MSC_FULL_VER >= 140041204)
|
203
|
+
--- 3301,3307 ----
|
204
|
+
#else
|
205
|
+
|
206
|
+
#if !defined(_M_CEE_PURE)
|
207
|
+
! #define YieldProcessor()
|
208
|
+
#endif // !defined(_M_CEE_PURE)
|
209
|
+
|
210
|
+
#endif // (_MSC_FULL_VER >= 140041204)
|
211
|
+
*************** MemoryBarrier (
|
212
|
+
*** 3364,3372 ****
|
213
|
+
)
|
214
|
+
{
|
215
|
+
LONG Barrier;
|
216
|
+
- __asm {
|
217
|
+
- xchg Barrier, eax
|
218
|
+
- }
|
219
|
+
}
|
220
|
+
#pragma warning( pop )
|
221
|
+
|
222
|
+
--- 3325,3330 ----
|
223
|
+
*************** ReadPMC (
|
224
|
+
*** 3409,3419 ****
|
225
|
+
)
|
226
|
+
|
227
|
+
{
|
228
|
+
-
|
229
|
+
- __asm {
|
230
|
+
- mov ecx, Counter
|
231
|
+
- rdpmc
|
232
|
+
- };
|
233
|
+
}
|
234
|
+
|
235
|
+
#endif
|
236
|
+
--- 3367,3372 ----
|
237
|
+
*************** ReadTimeStampCounter (
|
238
|
+
*** 3442,3449 ****
|
239
|
+
)
|
240
|
+
|
241
|
+
{
|
242
|
+
-
|
243
|
+
- __asm rdtsc
|
244
|
+
}
|
245
|
+
|
246
|
+
#endif
|
247
|
+
--- 3395,3400 ----
|
248
|
+
*************** DbgRaiseAssertionFailure (
|
249
|
+
*** 3474,3480 ****
|
250
|
+
)
|
251
|
+
|
252
|
+
{
|
253
|
+
- __asm int 0x2c
|
254
|
+
}
|
255
|
+
|
256
|
+
#pragma warning( pop )
|
257
|
+
--- 3425,3430 ----
|
258
|
+
*************** __inline PVOID GetCurrentFiber( void ) {
|
259
|
+
*** 3495,3506 ****
|
260
|
+
#pragma warning(push)
|
261
|
+
#endif
|
262
|
+
#pragma warning (disable:4035 4793) // disable 4035 (function must return something)
|
263
|
+
! __inline PVOID GetFiberData( void ) { __asm {
|
264
|
+
! mov eax, fs:[0x10]
|
265
|
+
! mov eax,[eax]
|
266
|
+
! }
|
267
|
+
! }
|
268
|
+
! __inline PVOID GetCurrentFiber( void ) { __asm mov eax, fs:[0x10] }
|
269
|
+
|
270
|
+
#if _MSC_VER >= 1200
|
271
|
+
#pragma warning(pop)
|
272
|
+
--- 3445,3452 ----
|
273
|
+
#pragma warning(push)
|
274
|
+
#endif
|
275
|
+
#pragma warning (disable:4035 4793) // disable 4035 (function must return something)
|
276
|
+
! __inline PVOID GetFiberData( void ) {}
|
277
|
+
! __inline PVOID GetCurrentFiber( void ) {}
|
278
|
+
|
279
|
+
#if _MSC_VER >= 1200
|
280
|
+
#pragma warning(pop)
|
281
|
+
*************** typedef enum _ENLISTMENT_INFORMATION_CLA
|
282
|
+
*** 12655,12661 ****
|
283
|
+
} ENLISTMENT_INFORMATION_CLASS;
|
284
|
+
|
285
|
+
typedef struct _TRANSACTION_LIST_ENTRY {
|
286
|
+
! UOW UOW;
|
287
|
+
} TRANSACTION_LIST_ENTRY, *PTRANSACTION_LIST_ENTRY;
|
288
|
+
|
289
|
+
typedef struct _TRANSACTION_LIST_INFORMATION {
|
290
|
+
--- 12601,12607 ----
|
291
|
+
} ENLISTMENT_INFORMATION_CLASS;
|
292
|
+
|
293
|
+
typedef struct _TRANSACTION_LIST_ENTRY {
|
294
|
+
! ::UOW UOW;
|
295
|
+
} TRANSACTION_LIST_ENTRY, *PTRANSACTION_LIST_ENTRY;
|
296
|
+
|
297
|
+
typedef struct _TRANSACTION_LIST_INFORMATION {
|
298
|
+
*************** __inline struct _TEB * NtCurrentTeb( voi
|
299
|
+
*** 12942,12948 ****
|
300
|
+
|
301
|
+
#pragma warning (disable:4035) // disable 4035 (function must return something)
|
302
|
+
|
303
|
+
! __inline struct _TEB * NtCurrentTeb( void ) { __asm mov eax, fs:[PcTeb] }
|
304
|
+
|
305
|
+
#if _MSC_VER >= 1200
|
306
|
+
#pragma warning(pop)
|
307
|
+
--- 12888,12894 ----
|
308
|
+
|
309
|
+
#pragma warning (disable:4035) // disable 4035 (function must return something)
|
310
|
+
|
311
|
+
! __inline struct _TEB * NtCurrentTeb( void ) {}
|
312
|
+
|
313
|
+
#if _MSC_VER >= 1200
|
314
|
+
#pragma warning(pop)
|
315
|
+
Index: ktmtypes.h
|
316
|
+
===================================================================
|
317
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/ktmtypes.h,v
|
318
|
+
retrieving revision 1.1
|
319
|
+
retrieving revision 1.2
|
320
|
+
diff -c -3 -p -r1.1 -r1.2
|
321
|
+
*** ktmtypes.h 29 Jan 2008 21:05:27 -0000 1.1
|
322
|
+
--- ktmtypes.h 21 Apr 2008 14:22:57 -0000 1.2
|
323
|
+
*************** typedef struct _TRANSACTION_NOTIFICATION
|
324
|
+
*** 138,144 ****
|
325
|
+
|
326
|
+
typedef struct _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT {
|
327
|
+
GUID EnlistmentId;
|
328
|
+
! UOW UOW;
|
329
|
+
} TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT, *PTRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT;
|
330
|
+
|
331
|
+
typedef ULONG SAVEPOINT_ID, *PSAVEPOINT_ID;
|
332
|
+
--- 138,144 ----
|
333
|
+
|
334
|
+
typedef struct _TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT {
|
335
|
+
GUID EnlistmentId;
|
336
|
+
! ::UOW UOW;
|
337
|
+
} TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT, *PTRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT;
|
338
|
+
|
339
|
+
typedef ULONG SAVEPOINT_ID, *PSAVEPOINT_ID;
|
340
|
+
*************** typedef struct _KCRM_MARSHAL_HEADER {
|
341
|
+
*** 176,182 ****
|
342
|
+
} KCRM_MARSHAL_HEADER, *PKCRM_MARSHAL_HEADER, *RESTRICTED_POINTER PRKCRM_MARSHAL_HEADER;
|
343
|
+
|
344
|
+
typedef struct _KCRM_TRANSACTION_BLOB {
|
345
|
+
! UOW UOW;
|
346
|
+
GUID TmIdentity;
|
347
|
+
ULONG IsolationLevel;
|
348
|
+
ULONG IsolationFlags;
|
349
|
+
--- 176,182 ----
|
350
|
+
} KCRM_MARSHAL_HEADER, *PKCRM_MARSHAL_HEADER, *RESTRICTED_POINTER PRKCRM_MARSHAL_HEADER;
|
351
|
+
|
352
|
+
typedef struct _KCRM_TRANSACTION_BLOB {
|
353
|
+
! ::UOW UOW;
|
354
|
+
GUID TmIdentity;
|
355
|
+
ULONG IsolationLevel;
|
356
|
+
ULONG IsolationFlags;
|
357
|
+
Index: specstrings_strict.h
|
358
|
+
===================================================================
|
359
|
+
RCS file: /cvsroot/GxInclude/Vc9/PlatformSDK/specstrings_strict.h,v
|
360
|
+
retrieving revision 1.1
|
361
|
+
retrieving revision 1.2
|
362
|
+
diff -c -3 -p -r1.1 -r1.2
|
363
|
+
*** specstrings_strict.h 29 Jan 2008 21:05:29 -0000 1.1
|
364
|
+
--- specstrings_strict.h 21 Apr 2008 14:20:25 -0000 1.2
|
365
|
+
***************
|
366
|
+
*** 1009,1017 ****
|
367
|
+
*************************************************************************/
|
368
|
+
#define __allowed(p) __$allowed_##p
|
369
|
+
#define __$allowed_as_global_decl /* empty */
|
370
|
+
! #define __$allowed_as_statement_with_arg(x) \
|
371
|
+
! __pragma(warning(push)) __pragma(warning(disable : 4548)) \
|
372
|
+
! do {__noop(x);} while((0,0) __pragma(warning(pop)) )
|
373
|
+
#define __$allowed_as_statement __$allowed_as_statement_with_arg(1)
|
374
|
+
|
375
|
+
/**************************************************************************
|
376
|
+
--- 1009,1015 ----
|
377
|
+
*************************************************************************/
|
378
|
+
#define __allowed(p) __$allowed_##p
|
379
|
+
#define __$allowed_as_global_decl /* empty */
|
380
|
+
! #define __$allowed_as_statement_with_arg(x)
|
381
|
+
#define __$allowed_as_statement __$allowed_as_statement_with_arg(1)
|
382
|
+
|
383
|
+
/**************************************************************************
|