[6091] | 1 | /* $Id: changelog,v 1.1545 2001-06-24 15:44:55 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6089] | 3 | 2001-06-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - KERNEL32: o Rewrote CopyFile & MoveFile (just call DosCopy/Move)
|
---|
| 5 | o Rewrote RemoveDirectory (call DosDeleteDir)
|
---|
[6091] | 6 | o Fix for HeapRealloc; recent HeapSize fix broke it
|
---|
| 7 | (listboxes empty)
|
---|
[6089] | 8 |
|
---|
[6088] | 9 | 2001-06-24: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 10 | - src/makefile:
|
---|
| 11 | o Added empty subdir oslib to the NOTTOBEMADE list.
|
---|
| 12 | (Please don't forget this when you create empty directories.
|
---|
| 13 | All subdirs excluding the one mentioned in the lists in
|
---|
| 14 | makefile is made. So don't add a new directory without
|
---|
| 15 | either a makefile in it or updating /src/makefile.)
|
---|
| 16 |
|
---|
[6081] | 17 | 2001-06-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 18 | - KERNEL32: o HeapSize must return -1 for invalid pointer
|
---|
[6089] | 19 | o Semaphore updates (finished; not activated yet)
|
---|
[6085] | 20 | o Implemented IOCTL_CDROM_GET_VOLUME & IOCTL_CDROM_SET_VOLUME
|
---|
[6081] | 21 |
|
---|
[6077] | 22 | 2001-06-23: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 23 | - KERNEL32: o Added Odin32 Spesific API for getting Odin build number.
|
---|
| 24 | (Requested by Yuri.)
|
---|
| 25 |
|
---|
[6074] | 26 | 2001-06-23: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 27 | - USER32: o added OS/2 INI file access library (oslibprf)
|
---|
| 28 | o changed SystemParametersInfoA to no longer use Open32
|
---|
[6076] | 29 | o added more logging to GetMonitorInfoA/W
|
---|
[6074] | 30 |
|
---|
[6071] | 31 | 2001-06-22: Markus Montkowski <mmontkowski@gmx.de>
|
---|
| 32 | - TWAIN_32: o Updated initterm.cpp to use OS/2 and not Win32 APIs when loading
|
---|
| 33 | the OS/2 twain DLL. needed because of kernel32 change 2001-06-12
|
---|
[5313] | 34 |
|
---|
[6062] | 35 | 2001-06-22: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 36 | - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
|
---|
| 37 |
|
---|
| 38 | 2001-06-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 39 | - USER32: o Don't fill background of system icon if no system icon
|
---|
| 40 | is present (could be seen in os/2 look mode)
|
---|
[6068] | 41 | o Reserved one window ulong (QWL_USER) for Odin apps (like Opera)
|
---|
[6070] | 42 | - KERNEL32: o Semaphore updates (still not activated)
|
---|
[6062] | 43 |
|
---|
[6059] | 44 | 2001-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 45 | - KERNEL32: o Semaphore updates (still not activated)
|
---|
| 46 |
|
---|
[6056] | 47 | 2001-06-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 48 | - DDRAW: o io_init1, io_init2 and io_exit1 forgot to save/restore EBX.
|
---|
| 49 | (Broke some apps when XF86Sup.sys is installed)
|
---|
| 50 |
|
---|
[6051] | 51 | 2001-06-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 52 | - include\win\winioctl.h:
|
---|
| 53 | o Added CDROM ioctls
|
---|
| 54 | - KERNEL32: o Dummy CDROM ioctl support
|
---|
| 55 |
|
---|
[6047] | 56 | 2001-06-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 57 | - KERNEL32: o Started with event, mutex & semaphore rewrite
|
---|
| 58 | (code not activated)
|
---|
| 59 |
|
---|
[6042] | 60 | 2001-06-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 61 | - USER32: o Added export entry for GetScrollBarInfo
|
---|
| 62 | o Set ordinals for some exports
|
---|
| 63 | o Correct size of SBS_SIZEBOX and SBS_SIZEGRIP scrollbars
|
---|
| 64 | during creation. (if too high or wide)
|
---|
| 65 | (CPOV bottom scrollbar now appears)
|
---|
[6044] | 66 | - COMCTL32: o Wrong check in 6/17 comctl32 change
|
---|
[6042] | 67 |
|
---|
[6037] | 68 | 2001-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 69 | - KERNEL32: o Implemented IOCTL_SCSI_PASS_THROUGH_DIRECT storage ioctl
|
---|
[6038] | 70 | - USER32: o Fix for scrollbars with SBS_SIZEBOX or SBS_SIZEGRIP style
|
---|
[6056] | 71 | (use size specified in CreateWindow only if SBS_SIZEBOXTOPLEFTALIGN
|
---|
[6038] | 72 | nor SBS_SIZEBOXBOTTOMRIGHTALIGN style flags set)
|
---|
| 73 | (CPOV window now has the right size)
|
---|
| 74 | o Allow WS_VISIBLE changes in SetWindowLong (GWL_STYLE)
|
---|
| 75 | (CPOV controls in bottom left corner now visible)
|
---|
[6037] | 76 |
|
---|
[6038] | 77 | 2001-06-17: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 78 | - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
|
---|
| 79 | (fixes crash in SpeedCommander 6)
|
---|
| 80 | o Datetime control update with latest Wine code
|
---|
| 81 |
|
---|
[6024] | 82 | 2001-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 83 | - DDRAW: o Save & Restore FS when calling io_init2
|
---|
[6031] | 84 | o Partly implemented DrawEnumDisplayModes4
|
---|
[6027] | 85 | - WINMM: o Resume failed (during waveOutWrite) after underrun
|
---|
| 86 | (fixes audio error message in Atari Emulator)
|
---|
[6031] | 87 | - KERNEL32: o Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY & IOCTL_DISK_GET_MEDIA_TYPES
|
---|
| 88 | o Allow direct sector reading from disk + changing read position
|
---|
| 89 | with SetFilePointer
|
---|
[6032] | 90 | o 6/14 kernel32 changes broke dynamic loading of LX dlls; getHMOD
|
---|
| 91 | returned the wrong module handle
|
---|
[6024] | 92 |
|
---|
[6018] | 93 | 2001-06-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6056] | 94 | - USER32: o Removed yesterday's getControl dialog change.
|
---|
[6018] | 95 | (causes errors for certain installshield installers)
|
---|
| 96 | o Add frame controls when app changes style flags (os/2 appearance)
|
---|
| 97 | (fixes missing titlebar when switching between maximized &
|
---|
| 98 | restored state for MDI windows in Opera)
|
---|
[6020] | 99 | - KERNEL32: o PDB.exit_code is a pointer to an unknown structure in NT
|
---|
| 100 | Fill it with a pointer to a memory block with 8th byte set to 1.
|
---|
| 101 | (fixes crash in AssetAllocator install)
|
---|
[6018] | 102 |
|
---|
[6016] | 103 | 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[6018] | 104 | - KERNEL32: o Correct bug in LoadLibrary which prevented dynamically
|
---|
[6017] | 105 | - WIN32K: o Forgot to close file on failure in ldrOpen. When Pe2Lx
|
---|
[6016] | 106 | failed (due to wrong subsystem), the file remained open.
|
---|
| 107 |
|
---|
[6007] | 108 | 2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 109 | - USER32: o OSLibWinGetMsg: dispatch untranslated message immediately
|
---|
| 110 | and grab next one.
|
---|
| 111 | o Manually change min/max/restore button states (OS/2 appearance)
|
---|
| 112 | o Handle WM_SYSCOMMAND messages in frame window handler
|
---|
[6010] | 113 | o Button fix (Wine bug)
|
---|
[6016] | 114 | Must clear WS_TABSTOP of control that is already unchecked or
|
---|
| 115 | else multiple control can have this style ((auto)radiobutton)
|
---|
[6010] | 116 | and GetNextDlgTabItem will return the wrong one.
|
---|
[6016] | 117 | Happens in Opera preferences dialog (multimedia) where all
|
---|
[6010] | 118 | autoradio buttons have the WS_TABSTOP style.
|
---|
[6013] | 119 | o Added temporary workaround for Open32 crashes in Opera
|
---|
[6007] | 120 |
|
---|
[5988] | 121 | 2001-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 122 | - USER32: o Corrected position of PM titlebar control
|
---|
[5990] | 123 | o Added SetWindowAppearance function that can be used
|
---|
[5997] | 124 | by Odin32 apps to override the appearance (win32 or OS/2)
|
---|
[5990] | 125 | of windows.
|
---|
[5995] | 126 | o Changed menu font for OS/2 appearance (bold)
|
---|
| 127 | o Draw system menu icon ourselves (OS/2 appearance)
|
---|
| 128 | o SetWindowText fix (OS/2 appearance)
|
---|
[6000] | 129 | o WM_ERASEBKGND handling changes for dialogs
|
---|
[5990] | 130 | - GDI32: o CreateDIBSection bugfix (wrong ReleaseDC call)
|
---|
[5988] | 131 |
|
---|
[5981] | 132 | 2001-06-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 133 | - WIN16LDR: o Made it compile with Watcom and MSC60.
|
---|
| 134 | Currently I can't link it with MSC60 form the DDK
|
---|
| 135 | since there is no window libraries there.
|
---|
| 136 | Watcom links fine. But the result is not tested.
|
---|
[5986] | 137 | - VDMDBG: o Stubbed this DLL. (It's used by the NT TaskMgr.)
|
---|
[5987] | 138 | (Documented in SDK, doc\misc\VDMDbg.Hlp. Which is included
|
---|
| 139 | in the NT sdk distributed with Watcom v11 - %WATCOM\sdk.)
|
---|
[5986] | 140 | - Win32k/Pe2Lx:
|
---|
| 141 | o Allowed loading of images using the NATIVE subsystem.
|
---|
[6005] | 142 | o Added symbols for build 14.065F (2001-05-08) all kernels.
|
---|
[5997] | 143 | - DailyBuild:
|
---|
| 144 | o Moved Odin.ini to system32 in daily .zips.
|
---|
[5999] | 145 | - NTDLL: o Stubbed NtOpenThread.
|
---|
[5981] | 146 |
|
---|
[5970] | 147 | 2001-06-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 148 | - USER32: o Partly fixed position of PM frame controls
|
---|
[5971] | 149 | o FillRect fix for 0 brush
|
---|
| 150 | o Workaround for windows with CS_CLASSDC class. Use same
|
---|
| 151 | mechanism as CS_OWNDC. (might not always work though)
|
---|
| 152 | No (easy) way to share a single DC between windows in PM.
|
---|
| 153 | (fixes paint problems in MED)
|
---|
| 154 | o Use critical sections for local hooks; faster than
|
---|
| 155 | kernel mutex semaphore calls.
|
---|
| 156 | - GDI32: o SetDIBColorTable bugfix
|
---|
| 157 | - KERNEL32: o Fail to load OS/2 (non-Odin) dlls in LoadLibrary
|
---|
| 158 | (Winbench tries this)
|
---|
[5975] | 159 | - ADVAPI32: o Pretend no services found in EnumServicesStatusA/W instead of
|
---|
| 160 | returning error.
|
---|
| 161 | (prevents crash in Winbench)
|
---|
[5970] | 162 |
|
---|
[5963] | 163 | 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 164 | - USER32: o Reference count bugfixes
|
---|
[5966] | 165 | - GDI32: o Added RGB555 conversion for CreateDIBitmap & SetDIBits
|
---|
[5963] | 166 |
|
---|
[5952] | 167 | 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 168 | - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
|
---|
| 169 | o Preliminary support added for OS/2 look and feel (not finished)
|
---|
| 170 | Odin.ini option:
|
---|
| 171 | [ODINSYSTEM]
|
---|
| 172 | OS2Look=1 (default = 0)
|
---|
[5981] | 173 | Creates OS/2 Titlebar, system menu & min/max/close buttons.
|
---|
[5952] | 174 | Also overrides UseWinColors option (uses OS/2 colors).
|
---|
[5981] | 175 | NOTE: Can interfere with windows applications that draw their
|
---|
[5952] | 176 | own custom titlebar. (e.g. RealPlayer)
|
---|
[5953] | 177 | - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
|
---|
[5958] | 178 | o CreateProcess: launch win16 loader for NE executables
|
---|
[5953] | 179 | - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
|
---|
| 180 | Overrides GetVersion & WinExec functions to return the
|
---|
| 181 | version NT returns and to launch 32 bits programs (using pe).
|
---|
[5957] | 182 | (NOT FINISHED and not included in daily build)
|
---|
[5953] | 183 | - PELDR: o Execute win16 loader for NE executables.
|
---|
[5952] | 184 |
|
---|
[5941] | 185 | 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 186 | - Win32API.h:
|
---|
| 187 | o Added APIs required to compile user32.
|
---|
[5943] | 188 | - src/makefile:
|
---|
| 189 | o Relaxed the locks a little.
|
---|
[5946] | 190 | - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
|
---|
[5948] | 191 | - makefiles/VAC36:
|
---|
| 192 | o Ignore ILIB warnings. (like those in the opengl tree)
|
---|
[5941] | 193 |
|
---|
[5936] | 194 | 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5941] | 195 | - USER32: o Keep reference count for window and class objects.
|
---|
[5936] | 196 | Only delete the objects when nobody else is using them anymore.
|
---|
| 197 | (fixes crashes due to premature destruction of objects;
|
---|
| 198 | e.g. during Napster startup)
|
---|
[5937] | 199 | - KERNEL32: o heap checking accidentally turned on during logging
|
---|
| 200 | (making the debug build extremely slow)
|
---|
| 201 | o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
|
---|
| 202 | no apparent reason. Don't bail out when that happens, but try
|
---|
| 203 | to create the process anyway.
|
---|
| 204 | (fixes CreateProcess during Napster install)
|
---|
| 205 | o Improved version of InterlockedIncrement & InterlockedDecrement
|
---|
| 206 | (borrowed from Wine)
|
---|
[5936] | 207 |
|
---|
[5930] | 208 | 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 209 | - KERNEL32: o WinExec fixes
|
---|
| 210 | o Ported Wine's WritePrivateProfileSectionA
|
---|
| 211 | - GDI32: o DIB Section blits: translate all ROPs
|
---|
| 212 | o GetDIBits fix; RGB conversion was not always performed;
|
---|
| 213 | now only for requested scanlines.
|
---|
| 214 |
|
---|
[5934] | 215 | 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
[5930] | 216 | - KERNEL32: o Optimizations for loading of PE images
|
---|
| 217 |
|
---|
[5924] | 218 | 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 219 | - OLE32: o More VAC 3.6.5 compile fixes
|
---|
| 220 |
|
---|
[5922] | 221 | 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 222 | - FastDep: o Performance enh. Don't scan files more than 1 month older
|
---|
| 223 | than existing .depend file.
|
---|
| 224 | o Optimized AVL tree sligtly by not performing two strcmp
|
---|
| 225 | on the same keys (but resuing the result from the first).
|
---|
[5924] | 226 | o Improved dependencies genereated for OS/2 resource files.
|
---|
[5922] | 227 | (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
|
---|
| 228 | o Code is now in sync with OS2Tools.
|
---|
| 229 |
|
---|
[5917] | 230 | 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 231 | - OLE32: o VAC 3.6.5 compile fix
|
---|
| 232 |
|
---|
[5909] | 233 | 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 234 | - KERNEL32: o Fixed ordinal export resolving for PE executables
|
---|
| 235 | (SO52 complained about missing exports)
|
---|
| 236 |
|
---|
[5907] | 237 | 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 238 | - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
|
---|
| 239 | (fixes endless repainting loop in WinRAR 2.80)
|
---|
[5911] | 240 | - KERNEL32: o Optimized ordinal lookup even more.
|
---|
[5922] | 241 | (6900 ordinal lookups takes (on average) 31 ms now instead
|
---|
[5911] | 242 | of 78)
|
---|
[5907] | 243 |
|
---|
[5904] | 244 | 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 245 | - KERNEL32: o Added driver dll plugin for custom device driver emulation
|
---|
| 246 | Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
|
---|
| 247 | that contain 'DllName' keys.
|
---|
| 248 | DllName contains the name of the plugin dll that exports
|
---|
| 249 | DrvOpen, DrvClose & DrvIOCtl.
|
---|
| 250 | o Dispatch breakpoint exception to application (release build only)
|
---|
| 251 | Some nasty applications expect this.
|
---|
| 252 |
|
---|
[5897] | 253 | 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 254 | - USER32: o Ported & fixed ScrollDC (Wine)
|
---|
| 255 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
[5900] | 256 | - GDI32: o RGB 565->555 conversion in GetDIBits
|
---|
| 257 | o RGB 555->565 conversion in DIB Section sync
|
---|
| 258 | o Sync DIB section in RealizePalette if any colors changed
|
---|
| 259 | (fixes PowerDVD colors)
|
---|
[5897] | 260 |
|
---|
[5889] | 261 | 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 262 | - Win32k/configure.cmd:
|
---|
| 263 | o Corrected search for the VAC compiler.
|
---|
| 264 | o Removed stupid messages when -w is specified.
|
---|
| 265 |
|
---|
[5879] | 266 | 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 267 | - COMDLG32: o fix crash due to uninitialized COM object pointer in
|
---|
| 268 | Win95 open file dialog browse mode
|
---|
| 269 | o default to open mode in file dialog when the
|
---|
| 270 | OFN_NOVALIDATE mode is used
|
---|
| 271 | (fixes crash in FrameMaker 5.5 file dialog when opening
|
---|
| 272 | a file that has broken image references)
|
---|
[5887] | 273 | - KERNEL32: o log both error and no error conditions for GetLastError
|
---|
| 274 | with default error level. Sometimes, we don't set an error
|
---|
| 275 | where we should so this logging information is important
|
---|
[5891] | 276 | o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
|
---|
| 277 | CreateFileA to open a non existing file.
|
---|
| 278 | DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
|
---|
| 279 | Verified with Windows 2000 SP2
|
---|
[5922] | 280 | (makes Acrobat Distiller 5.0 startup and work!)
|
---|
[5879] | 281 |
|
---|
[5875] | 282 | 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 283 | - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
|
---|
| 284 | [WINMM]
|
---|
| 285 | DefVolume=50[0-100] Default waveout volume (default = 100)
|
---|
[5884] | 286 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
---|
| 287 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
[5875] | 288 |
|
---|
[5857] | 289 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5864] | 290 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
---|
| 291 | o Disabled system hooks (only work in one process)
|
---|
[5857] | 292 | - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
|
---|
| 293 | barely noticable with 'real' applications)
|
---|
| 294 | - OLE32: o Added OleLoadPictureEx stub
|
---|
| 295 | - GDI32: o GetDIBits fix for querying the bitmap information
|
---|
| 296 | WGSS returns 0, but we should return the nr of scan lines requested
|
---|
[5865] | 297 | o GetDIBits fix for memory dcs. WGSS messes things up if
|
---|
| 298 | it's a memory DC.
|
---|
| 299 | (fixes lower right button in AIM's logon window when typing
|
---|
| 300 | in new name)
|
---|
[5867] | 301 | o ExtTextOutA/W fix for filling rectangle with background color
|
---|
| 302 | only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
|
---|
| 303 | (fixes border between menu & button bar in Odin MFC app &
|
---|
| 304 | Acrobat Reader 4.05)
|
---|
[5889] | 305 | o StretchDIBits fix for RGB555 bitmaps
|
---|
[5871] | 306 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
---|
[5857] | 307 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
---|
| 308 |
|
---|
[5849] | 309 | 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 310 | - KERNEL32: o benchmarked new experimental loader and reverted to
|
---|
| 311 | old but slightly optimized loader (processExport usually
|
---|
| 312 | outweighs processImport, so lookup is less valuable than
|
---|
| 313 | add to export list)
|
---|
[5889] | 314 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
---|
[5849] | 315 | its icon cache. Revert to on-demand loading of the icons,
|
---|
[5889] | 316 | speeds up loading of SHELL32 (therefore most apps)
|
---|
[5849] | 317 | by several seconds.
|
---|
| 318 |
|
---|