diff options
author | davygrvy <davygrvy@noemail.net> | 2003-12-13 01:52:46 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2003-12-13 01:52:46 (GMT) |
commit | 5ce5ff146a4464bdf3562088346b818606df3af4 (patch) | |
tree | cb4a64ee17c21a11b95c744666df600a0d3e8342 | |
parent | 6d53956521a573054ecea9bd81cb521a1eae0e9a (diff) | |
download | tk-5ce5ff146a4464bdf3562088346b818606df3af4.zip tk-5ce5ff146a4464bdf3562088346b818606df3af4.tar.gz tk-5ce5ff146a4464bdf3562088346b818606df3af4.tar.bz2 |
no message
FossilOrigin-Name: 8115b00f8382f9e187ee0516c5f64631504ee970
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ containerPtr but can't get to the if (containerPtr == NULL) test due to the unhandled read memory exception for when it really is NULL. + * win/tkWinX.c (TkWinXInit): Don't restric InitCommonControlsEx. + It's valid on all platforms given IE 3.0+ is installed. As tkWinX.c + does set #define _WIN32_IE 0x0300, I guess we can accept IE3 as the + lowest denominator and use the version 4.71 features of Comctl32.dll + 2003-12-10 Vince Darley <vincentdarley@users.sourceforge.net> * tests/textWind.test: fixed 2 tests so they run on Windows as well |