wxWidgets/interface/wx/msw
Vadim Zeitlin 3f2c84d4a9 Add 64-bit numbers support to wxRegKey
This uses the native registry support for 64-bit values available since
Windows XP.

Note that SetValue64() can't be just called SetValue() as this would
introduce ambiguities when writing an int or an enum to the registry.
This could be avoided by providing overloads for all the arithmetic
types, but it's arguably better to be more clear about what exactly is
being written to the registry in this low-level class and using a
different name is definitely simpler.
2021-03-09 21:09:42 +01:00
..
ole Add wxVariantDataSafeArray reference to wxOleConvertVariantFlags docs 2019-10-22 20:52:18 +02:00
regconf.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
registry.h Add 64-bit numbers support to wxRegKey 2021-03-09 21:09:42 +01:00