| [4341] | 1 | /* $Id: changelog,v 1.1150 2000-09-29 07:24:25 achimha Exp $ */
|
|---|
| [2659] | 2 |
|
|---|
| [4341] | 3 | 2000-09-29: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 4 | - COMCTL32: Added _TrackMouseEvent export for VisualAge Micro Edition
|
|---|
| 5 |
|
|---|
| [4337] | 6 | 2000-09-29: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 7 | - INCLUDE\pdwin32.*:
|
|---|
| 8 | -First attempt on new makefile style.
|
|---|
| 9 | (See advapi32 or dllentry for an example.)
|
|---|
| 10 | -Made .tools and .post compiler specific (Watcom adoptions).
|
|---|
| 11 | -Watcom WMAKE likes the new makefile style, but only in UNIX
|
|---|
| 12 | mode. So, you'll have to specify "-u" at the commandline.
|
|---|
| 13 | Nothing links yet.
|
|---|
| 14 | Anyone know if wlink would except .DEF-files? If not I'll
|
|---|
| 15 | have to write a .DEF -> wlink options converter (trivial
|
|---|
| 16 | since we has a class for parsing .DEF-files).
|
|---|
| 17 | -Changed object directories for VAC36 and Watcom:
|
|---|
| 18 | debug.vac36, release.vac36, debug.wat, release.wat.
|
|---|
| 19 | But before you are able to compile much, you'll have to
|
|---|
| 20 | manually create the global directories
|
|---|
| 21 | bin\debug.vac36 and bin\release.vac36 or
|
|---|
| 22 | bin\debug.wat and bin\release.wat.
|
|---|
| 23 | - ADVAPI32: New makefile style example.
|
|---|
| 24 | - DLLENTRY: New makefile style. Watcom object file (but not very useful).
|
|---|
| 25 | (don't hope I've broken anything)
|
|---|
| 26 |
|
|---|
| [4331] | 27 | 2000-09-28: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 28 | - INCLUDE\pdwin32.wat.tools:
|
|---|
| 29 | Placed .asm and .orc before .cpp in the .SUFFIXES list
|
|---|
| 30 | to be able to make resource objectfiles.
|
|---|
| 31 |
|
|---|
| [4328] | 32 | 2000-09-26: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 33 | - Win32k: Corrected H2INC path in the makefile.
|
|---|
| 34 |
|
|---|
| [4322] | 35 | 2000-09-25: Michal Necasek <michalnec@volny.cz>
|
|---|
| 36 | - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
|
|---|
| 37 | the MMX and non-MMX transparent blitting functions were
|
|---|
| 38 | incredibly buggy. They probably still are, but _much_ less
|
|---|
| 39 | so. This fixed mouse pointer in Master of Orion II among other
|
|---|
| 40 | things (but the Win95 version of MOO2 is simply buggy anyway).
|
|---|
| [4326] | 41 | Also fixed one case of FS corruption in DDRAW\new.
|
|---|
| [4322] | 42 |
|
|---|
| [4320] | 43 | 2000-09-25: Patrick Haller <phaller@gmx.net>
|
|---|
| 44 | - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
|
|---|
| [4321] | 45 | This version should "provide" more memory.
|
|---|
| [4320] | 46 |
|
|---|
| [4318] | 47 | 2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 48 | - DPLAYX
|
|---|
| 49 | INCLUDE\win\dplay.h
|
|---|
| 50 | INCLUDE\winpdlobby.h : Synced with latest WINE source,
|
|---|
| 51 | should fix some DX version checking via COM interfaces (like in AOE)
|
|---|
| 52 |
|
|---|
| [4311] | 53 | 2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
|---|
| 54 | - GLU32: - Changed sorter.cpp to eliminate compiler error
|
|---|
| 55 | - OPENGL32: - Minor change to glthread.c
|
|---|
| 56 |
|
|---|
| [4303] | 57 | 2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| [4306] | 58 | - Win32k/Pe2Lx:
|
|---|
| 59 | -Always apply all-in-one-object aligment fix. This will
|
|---|
| [4303] | 60 | solve lots of problems. (Hopefully temporary; I will explore
|
|---|
| 61 | a VMAllocMem flag for VDMs which allows allocation of
|
|---|
| 62 | pagealigned objects in the tiled arenas. The flag works
|
|---|
| 63 | as expected but I get IPEs during process cleanup...)
|
|---|
| [4306] | 64 | -Corrected bug in applyFixups. Fixups was not applied when
|
|---|
| [4303] | 65 | the all-in-one-object aligment fix was applied.
|
|---|
| [4306] | 66 | -The problem with the build 14053 (testcase) kernels is solved.
|
|---|
| 67 | ldrOpenPath have got an addition parameter. Symbols added
|
|---|
| 68 | to the SymDB.
|
|---|
| 69 | -Win32k.sys build now requires h2inc.exe is present in
|
|---|
| 70 | the tools directory of the base DDK.
|
|---|
| [4305] | 71 | - KERNEL32: Changed Pe2Lx to use module address (address of the header
|
|---|
| 72 | object) as hinstance. Some programs depends on this.
|
|---|
| [4309] | 73 | - opengl\glu\nurbs\internals: Turned off optimization. Internal
|
|---|
| 74 | compiler error in release mode compiling sorter.cpp.
|
|---|
| [4303] | 75 |
|
|---|
| [4293] | 76 | 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 77 | - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
|
|---|
| 78 | - Pe2Lx: Corrected/Made cleanrule.
|
|---|
| 79 | - Win32k: New Microsoft C fix. Invokes it with no environment. Thanks goes to
|
|---|
| 80 | Serge Sterck for this discovery. I hope it works out well.
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| [4286] | 83 | 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 84 | - KERNEL32: Implemented COM-port APIs
|
|---|
| 85 | Enhanced handlemanager to support device and handle data (for COM ports)
|
|---|
| 86 | Added IOCTL to oslibdos
|
|---|
| 87 | - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
|
|---|
| 88 |
|
|---|
| [4283] | 89 | 2000-09-19: Michal Necasek <mike@mendelu.cz>
|
|---|
| 90 | - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
|
|---|
| 91 |
|
|---|
| [4281] | 92 | 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 93 | - KERNEL32: Fixed matchModName bugs. (compare name without extension)
|
|---|
| 94 | - WNASPI32: Restore win32 FS selector before calling post procedure
|
|---|
| 95 |
|
|---|
| 96 | 2000-09-16: David Raison <djr@lemur.co.uk>
|
|---|
| [4275] | 97 | - OLE32: Further updates from Wine
|
|---|
| 98 | IMessageFilter stubs.
|
|---|
| [4277] | 99 | - OLEAUT32: Updates from Wine
|
|---|
| 100 | ITypeComp stubs.
|
|---|
| [4275] | 101 |
|
|---|
| [4272] | 102 | 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 103 | - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
|
|---|
| 104 | HLL debuginfo from .SYM files and add it to LX files.
|
|---|
| 105 |
|
|---|
| [4270] | 106 | 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| [4269] | 107 | - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
|
|---|
| 108 | a string pointer was mixed - which proved fatal with
|
|---|
| 109 | logging enabled).
|
|---|
| 110 |
|
|---|
| [4270] | 111 | 2000-09-15: David Raison <djr@lemur.co.uk>
|
|---|
| [4267] | 112 | - OLE32: Updates from Wine
|
|---|
| 113 |
|
|---|
| [4270] | 114 | 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [4262] | 115 | - WNASPI32: Open and initialize aspirout during dll load; doing this
|
|---|
| 116 | for *every* aspi command is very inefficient.
|
|---|
| 117 | Not possible to share aspirout now, but that could be fixed
|
|---|
| 118 | later on.
|
|---|
| 119 | - KERNEL32: Bug in recent exception handler changes; nested exception
|
|---|
| 120 | are allowed to be dispatched to Odin's handlers. (PE loader
|
|---|
| 121 | depends on it -> fixes crash in Lotus Notes)
|
|---|
| 122 | Export WriteLogNoEOL
|
|---|
| 123 |
|
|---|
| [4270] | 124 | 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [4269] | 125 | - WNASPI32: Fixed uninitialized variables in aspirout class
|
|---|
| [4261] | 126 | Fixed memory leaks (aspi object not deleted when something goes wrong)
|
|---|
| 127 | - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
|
|---|
| 128 | for cdrom/dvd drives and only the first one)
|
|---|
| 129 |
|
|---|
| [4270] | 130 | 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [4253] | 131 | - KERNEL32: InitCommandLine corrupted the heap
|
|---|
| 132 | Created HandleManager class for physical disks
|
|---|
| [4269] | 133 | - GDI32: StretchDIBits: Open32 always returns height of bitmap (regardless of how many
|
|---|
| [4253] | 134 | scanlines were copied); now corrected
|
|---|
| 135 | - WNASPI32: Fixed FS corruption
|
|---|
| 136 |
|
|---|
| [4251] | 137 | 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 138 | - KERNEL32: Added method matchModName to Win32ImageBase.
|
|---|
| 139 | Used matchModName in LoadLibraryExA.
|
|---|
| 140 | Documented and enhanced GetModuleFileNameA/W.
|
|---|
| 141 | - Win32k: Display build time and date on verbose init.
|
|---|
| 142 | Made sure build time and date is updated everytime
|
|---|
| 143 | it's relinked.
|
|---|
| 144 |
|
|---|
| [4243] | 145 | 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 146 | - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
|
|---|
| 147 |
|
|---|
| [4238] | 148 | 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 149 | - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
|
|---|
| 150 | The commandline strings are moved to global variables in
|
|---|
| 151 | wprocess.cpp.
|
|---|
| 152 | Added/extended some OSLib calls.
|
|---|
| 153 |
|
|---|
| [4240] | 154 | - Wink32: When invoking PE.EXE the first argument (Win32 exe name)
|
|---|
| 155 | should be in quotes.
|
|---|
| 156 | This is not yet corrected for the other invokers. (Scripts/Java).
|
|---|
| 157 |
|
|---|
| [4228] | 158 | 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 159 | - KERNEL32: Don't dispatch exceptions after application has called
|
|---|
| [4238] | 160 | ExitProcess. (fixes endless loop of exception handler calls
|
|---|
| [4228] | 161 | in RealPlayer 7)
|
|---|
| [4233] | 162 | Create more registry keys during installation:
|
|---|
| 163 | HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
|
|---|
| [4253] | 164 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
|
|---|
| 165 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
|
|---|
| [4233] | 166 | GetFileAttributesA trashes the stack (EBX register corrupted after return)
|
|---|
| 167 | If CreateFile fails to duplicate the handle, then try DosDupHandle
|
|---|
| 168 | (DuplicateHandle for memory mapped files in IE5)
|
|---|
| 169 | Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
|
|---|
| 170 | - PE: Endless loop when it can't find executable with name in quotes
|
|---|
| [4228] | 171 |
|
|---|
| [4226] | 172 | 2000-09-08: Michal Necasek <mike@mendelu.cz>
|
|---|
| 173 | - KERNEL32: Changes and fixes for exception handling (now dispatches
|
|---|
| 174 | exceptions to win32 apps)
|
|---|
| 175 |
|
|---|
| 176 | 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 177 | - KERNEL32: Implemented EnumResourceLanguagesA/W
|
|---|
| 178 | Put back some code that was changed. (environ.cpp & heap.cpp)
|
|---|
| 179 | - GDI32: Fixed FS bug in OSLibDeleteRegion
|
|---|
| 180 | - USER32: Removed wrapper for GetWindow; not required
|
|---|
| 181 |
|
|---|
| [4221] | 182 | 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 183 | - Win32k: Added last FP14 kernel to Symbol database.
|
|---|
| 184 | Splitted extract.c from Probkrnl.c. Removed old debug
|
|---|
| 185 | code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
|
|---|
| 186 | for Ring-3 testing now.
|
|---|
| [4238] | 187 | Added filehandle fix for MSC60a compiler. (fix don't work!)
|
|---|
| [4221] | 188 |
|
|---|
| [4207] | 189 | 2000-09-07: Patrick Haller <phaller@gmx.net>
|
|---|
| [4215] | 190 | - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
|
|---|
| 191 | Fixed language support from WINE sync
|
|---|
| 192 | - GDI32: Fixed some FS: bug in DeleteObject(), DeleteDC()
|
|---|
| [4207] | 193 |
|
|---|
| [4205] | 194 | 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 195 | - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
|
|---|
| 196 | FALSE when called after buttons have been created.
|
|---|
| 197 | (failed assertions in MFC applications; this code is from
|
|---|
| 198 | the latest Wine source tree)
|
|---|
| 199 | - SHELL32: Merged more changes made by Christoph into new tree
|
|---|
| 200 | - KERNEL32: InitDirectories must be called before InitializeTIB or else
|
|---|
| 201 | a win.ini file is created in the root dir (InitializeTIB
|
|---|
| 202 | loads ntdll which depends on user32)
|
|---|
| 203 | (reported by Kai Sommerfeld)
|
|---|
| 204 | - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
|
|---|
| 205 | Fixes MFC applications (missing controls + redraw problems)
|
|---|
| [4199] | 206 |
|
|---|
| [4206] | 207 | 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 208 | - install: Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
|
|---|
| 209 |
|
|---|
| [4195] | 210 | 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 211 | - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
|
|---|
| [4253] | 212 | WM_FOCUSCHANGE fix; set & kill focus were sent twice
|
|---|
| [4195] | 213 | Added more logging.
|
|---|
| 214 | Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
|
|---|
| [4196] | 215 | - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
|
|---|
| 216 | fails with error 8 due to a 0 size of the key data
|
|---|
| 217 | HMOpenFile fix; pHMHandleData->dwCreation must be set
|
|---|
| 218 | to OPEN_EXISTING or else the memory map class will fail
|
|---|
| 219 | to duplicate the handle.
|
|---|
| [4195] | 220 |
|
|---|
| [4187] | 221 | 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 222 | - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
|
|---|
| 223 | Rewrote GetDiskFreeSpace (no longer uses Open32)
|
|---|
| 224 | - USER32: SetWindowLong GWL_WNDPROC changes/fixes
|
|---|
| [4318] | 225 | Type of SetWindowLong determines new window proc type
|
|---|
| [4187] | 226 | UNLESS the new window proc has already been registered
|
|---|
| 227 | (use the old type in that case) (VERIFIED in NT 4, SP6)
|
|---|
| 228 | Return original window procedure if types match (SetWindowLongX & proc type)
|
|---|
| 229 | otherwise window proc wrapper.
|
|---|
| 230 | Fixes wrong strings in Notes 5.0. (new string problems, but they
|
|---|
| 231 | are caused by something else)
|
|---|
| [4221] | 232 | - COMCTL32: CreateUpDownControl was not exported correctly
|
|---|
| [4191] | 233 | (reported by Reinhold Kopper)
|
|---|
| [4187] | 234 |
|
|---|
| [4182] | 235 | 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| [4186] | 236 | - Win32k: Improved error reporting.
|
|---|
| 237 | Corrected fatal bug in the QueryOptionsStatus IOCtl,
|
|---|
| 238 | had forgotten three SSToDS()...
|
|---|
| 239 |
|
|---|
| 240 | 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| [4182] | 241 | - doc/readme.txt: Updated Win32k sections.
|
|---|
| 242 | - Win32k: Fixed missing object in the 16-bit clib.lib which caused
|
|---|
| 243 | linking of win32k.sys to fail in last daily build.
|
|---|
| 244 | Support for comport 3 and 4.
|
|---|
| 245 | - Win32kCC: Updated dialog to show all information provided by the
|
|---|
| 246 | Win32k IOCtl interface.
|
|---|
| [4184] | 247 | - Include/HandleManager.h:
|
|---|
| 248 | Added prototype for HMDeviceIoControl which Sander forgot.
|
|---|
| [4182] | 249 |
|
|---|
| [4175] | 250 | 2000-09-03: Patrick Haller <phaller@gmx.net>
|
|---|
| [4187] | 251 | - KERNEL32: NLS sync with WINE
|
|---|
| [4175] | 252 |
|
|---|
| [4173] | 253 | 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [4182] | 254 | - KERNEL32: More logging;
|
|---|
| [4173] | 255 | DeviceIoControl didn't have handlemanager wrapper
|
|---|
| 256 | - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
|
|---|
| 257 | PLEASE be more careful in the future!
|
|---|
| 258 |
|
|---|
| 259 | 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| [4168] | 260 | - Win32k: Finally. I've merged the new changes into the main branch.
|
|---|
| 261 | The most important things are:
|
|---|
| 262 | - More correct search order for DLLs. The differences are
|
|---|
| 263 | now that _ALL_ DLLs are found using the Windows search
|
|---|
| 264 | order, and that the LIBPATH are also searched (last).
|
|---|
| 265 | - PE.EXE may be invoked by Win32k.sys.
|
|---|
| 266 | Win32k.sys will now operate in three modes:
|
|---|
| [4182] | 267 | - Pe2Lx mode. Only the Pe2Lx method is used.
|
|---|
| [4168] | 268 | - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
|
|---|
| 269 | executables which Pe2Lx don't currently support.
|
|---|
| 270 | (like WinWord, which BTW may trap you PC if invoked
|
|---|
| [4182] | 271 | in Pe2Lx mode.)
|
|---|
| [4168] | 272 | This is the default mode.
|
|---|
| 273 | - Pe.exe mode. Pe.exe is allways used.
|
|---|
| 274 | (see readme.txt, I'll update it to ASAP but not to night.
|
|---|
| 275 | (I tired after working 36 hours on finishing this...)
|
|---|
| 276 | - UNIX Shell Scripts are working (now).
|
|---|
| 277 | - JAVA invokation. If you try to load a JAVA class the
|
|---|
| 278 | it is executed using java.exe. (note that the class
|
|---|
| 279 | name is case sensitive!)
|
|---|
| 280 | - Pure REXX. This one is for Nenad. .RX and .REX are
|
|---|
| 281 | loaded using a tiny REXX starter, kRX.exe (found in
|
|---|
| 282 | System32 directory).
|
|---|
| 283 | - Win32k Control Center, Win32kCC.EXE. Simple PM
|
|---|
| 284 | program which allows you to change the Win32k.SYS
|
|---|
| 285 | options while running. It does also show some status
|
|---|
| 286 | information (will be extended).
|
|---|
| 287 | - Support for FP14 in the Symbol database.
|
|---|
| 288 | (use the 09th Aug. kernel please).
|
|---|
| 289 |
|
|---|
| 290 | - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
|
|---|
| 291 | objecttable entries (OTE) for the Pe2Lx executable images,
|
|---|
| 292 | instead of using DosQuerySysState (which gets OTEs for all
|
|---|
| 293 | modules in the entrie system). (This is the reason for the
|
|---|
| 294 | win32k.lib file - it's made by the 'libs' rule from src.)
|
|---|
| 295 |
|
|---|
| [4151] | 296 | 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 297 | - USER32: Rewrote IsZoomed
|
|---|
| 298 | Removed winzip invisible button fix; causes many repaint
|
|---|
| 299 | problems. Need to find the real cause.
|
|---|
| 300 | - DDRAW: More debug logging; implemented ClipGetClipList
|
|---|
| 301 | - WINMM: mixerGetID fix (for NULL hmixer)
|
|---|
| 302 |
|
|---|
| [4145] | 303 | 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 304 | - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
|
|---|
| 305 | Added linkage macro for the OS2RC which exepacks the resource
|
|---|
| 306 | object: OS2RCLFLAGS
|
|---|
| 307 |
|
|---|
| [4140] | 308 | 2000-09-01: Patrick Haller <phaller@gmx.net>
|
|---|
| 309 | - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
|
|---|
| 310 | a bitmap w/o palette color table and then send one in to copy.
|
|---|
| 311 | - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
|
|---|
| 312 |
|
|---|