summaryrefslogtreecommitdiffstats
path: root/Doc/library/rlcompleter.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-3/+3
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-1/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Convert all print statements in the docs.Georg Brandl2007-09-041-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+65
ef710b79e88a1163f653de686a79e810155'>b2835ef710b79e88a1163f653de686a79e810155 (diff)downloadQt-b920f268e8f03e4857485df9dcdbf001409c8c40.zip
Qt-b920f268e8f03e4857485df9dcdbf001409c8c40.tar.gz
Qt-b920f268e8f03e4857485df9dcdbf001409c8c40.tar.bz2
reverting the definition of WINVER and _WIN32_WINNT in qglobal.h
This just caused too much problems and must be solved another way. In qfsfileengine_win.cpp we define FSCTL_GET_REPARSE_POINT and all of the other stuff that's needed for NTFS symlink support, if its not defined. This is the case if _WIN32_WINNT is less than 0x0500. All other changes in this commit are just reversions of commits that were done for the infamous qglobal.h change. Discussed with prasanth, tested by pulse.