diff options
author | miniak <milan.burda@gmail.com> | 2009-12-22 13:57:59 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-22 14:42:30 (GMT) |
commit | e60dbc9ca47a0e9371d619b7c5d24a4b3ec4fcd9 (patch) | |
tree | 4f1df650ecbb1f5a66c49ab9e4458d75ebeef095 /bin/syncqt | |
parent | ef5291b0fd521b7f22169ebc2297f720120296d6 (diff) | |
download | Qt-e60dbc9ca47a0e9371d619b7c5d24a4b3ec4fcd9.zip Qt-e60dbc9ca47a0e9371d619b7c5d24a4b3ec4fcd9.tar.gz Qt-e60dbc9ca47a0e9371d619b7c5d24a4b3ec4fcd9.tar.bz2 |
fix small leftovers from the Win9x removal in the code
LoadLibraryW -> LoadLibrary
RegOpenKeyExW -> RegOpenKeyEx
qdesktopservices_win.cpp: buffer size fixed in launchWebBrowser()
Windows NT 4.0 version condition removed
Merge-request: 1627
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'bin/syncqt')
-rwxr-xr-x | bin/syncqt | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -578,9 +578,6 @@ while ( @ARGV ) { } elsif("$arg" eq "-show") { $var = "showonly"; $val = "yes"; - } elsif("$arg" eq '*') { - # workaround for windows 9x where "%*" expands to "*" - $var = 1; } #do something |