[2854] | 1 | /* $Id: changelog,v 1.742 2000-02-21 23:10:50 sandervl Exp $ */
|
---|
[2659] | 2 |
|
---|
[2854] | 3 | 2000-02-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
| 4 | - CRTDLL: Added wtol, wtoi, setsystime, getsystime
|
---|
| 5 |
|
---|
[2851] | 6 | 2000-02-21: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 7 | - USER32: merged controls and nc code with Corel WINE 20000212
|
---|
| 8 | added WS_EX_CONTEXTHELP button
|
---|
| 9 |
|
---|
[2850] | 10 | 2000-02-21: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
|
---|
| 11 | - WIN32K: *Initial support for UNIX-styled scripts
|
---|
| 12 | (files starting with an #!<interpreter> [args...])
|
---|
| 13 | This is a _very_ big hack! But never the less it's working.
|
---|
| 14 | (or at least it seems like working...)
|
---|
| 15 | *The kernel symbol importer is enhanced to support more
|
---|
| 16 | generic function prologs and to import variables and
|
---|
| 17 | 16-bit functions.
|
---|
| 18 | *Segments are now locked in physical memory.
|
---|
| 19 | (Note, last changes have not been tested on Aurora yet,
|
---|
| 20 | but it will hopefully work just fine.)
|
---|
| 21 |
|
---|
[2841] | 22 | 2000-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 23 | - GDI32: SetDIBits bugfix (for dib sections)
|
---|
[2847] | 24 | - USER32: Ported all Wine accelerator apis (fixes keys in calc)
|
---|
[2841] | 25 |
|
---|
| 26 | 2000-02-21: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 27 | - RASAPI32: Added stubs
|
---|
| 28 | - OLEPRO32: Ported Corel Wine stub dll
|
---|
| 29 | - CRTDLL: Replaced some stubs
|
---|
| 30 |
|
---|
[2815] | 31 | 2000-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 32 | - OPENGL\GLIDE: Added Odin version of Glide based on the OS/2 port
|
---|
| 33 | written by Craig Ballantyne. (Voodoo 1)
|
---|
| 34 | NOTE: Includes 3dfx Glide license
|
---|
| 35 |
|
---|
[2810] | 36 | 2000-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 37 | - KERNEL32: Fixed memory map view bug (main map deleted when there
|
---|
[2841] | 38 | were still views left) -> fixes crash when playing Realplayer
|
---|
| 39 | video (.rm) files
|
---|
[2810] | 40 | - WINMM: Added new logging feature + fixed waveout query format bug
|
---|
| 41 |
|
---|
[2805] | 42 | 2000-02-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 43 | - COMCTL32: treeview: switched to unicode, fixed many bugs
|
---|
| 44 |
|
---|
[2801] | 45 | 2000-02-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 46 | - KERNEL32/USER32/GDI32: Added new logging feature which allows users
|
---|
| 47 | to disable or enable logging for separate source
|
---|
| 48 | files. (see Logging.txt for details)
|
---|
[2809] | 49 | - GDI32: SetDIBitsToDevice fix for RealPlayer 7 (store the right bitmap
|
---|
| 50 | size in the BITMAPINFO structure before calling Open32)
|
---|
[2801] | 51 |
|
---|
[2794] | 52 | 2000-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 53 | - USER32: SetWindowPos bugfix (returned before hiding or showing windows)
|
---|
| 54 | Fixes Delphi apps
|
---|
| 55 | - KERNEL32: Fixed Release method of LX dlls (didn't delete object)
|
---|
[2797] | 56 | Fixed cpuhlp assembly functions (compiler changes calling
|
---|
| 57 | convention with optimizations on (stores parameter in eax
|
---|
| 58 | instead of on the stack)
|
---|
[2794] | 59 |
|
---|
[2785] | 60 | 2000-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 61 | - COMCTL32: Added Wine license
|
---|
[2787] | 62 | - KERNEL32: Search in path for dlls if the pe loader can't find them
|
---|
| 63 | (RP7 loads pngu3264.dll by changing PATH and then calling
|
---|
| 64 | LoadLibrary)
|
---|
[2785] | 65 |
|
---|
[2779] | 66 | 2000-02-14: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 67 | - USER32: merged combobox with Corel 20000212
|
---|
| 68 | - COMCTL32: merged treeview with Corel 20000212 and continued rewrite
|
---|
| 69 |
|
---|
[2766] | 70 | 2000-02-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 71 | - USER32: added v5.00 messages to wndmsg.cpp
|
---|
| 72 | - GDI32: LineDDA fix
|
---|
| 73 |
|
---|
[2764] | 74 | 2000-02-12: David Raison <djr@lemur.co.uk>
|
---|
| 75 | - OLE32: Fixed IsEqualIID issue
|
---|
| 76 |
|
---|
[2763] | 77 | 2000-02-11: Vit Timchishin <tvv@sbs.kiev.ua>
|
---|
| 78 | - KERNEL32: Fix for OpenFile; fill in OFSTRUCT even if api fails
|
---|
| 79 | (needed for Acrobat Reader 4.0)
|
---|
| 80 |
|
---|
[2752] | 81 | 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 82 | - /tools/database/ + /src/makefile: Odin32 API DB.
|
---|
| 83 |
|
---|
[2738] | 84 | 2000-02-10: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 85 | - USER32: added some stubs
|
---|
| 86 | fixed wrong pixels at the right side of menu items
|
---|
| 87 | - COMCTL32: implemented LVS_NOSORTHEADER
|
---|
| 88 | increased statusbar height (temporal hack)
|
---|
| 89 | first steps of treeview rewrite
|
---|
| 90 |
|
---|
[2720] | 91 | 2000-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 92 | - GDI32: Added support for memory map handles in CreateDIBSection
|
---|
| 93 | Fixed CreateICA/W; Open32's version is case sensitive whereas
|
---|
| 94 | win32's apparently isn't.
|
---|
[2727] | 95 | - TOOLS\makefile: fixed clean build
|
---|
| 96 | - src\makefile: fixed clean build
|
---|
| 97 | - src\makefile.smp: fixed incorrect dir change
|
---|
[2720] | 98 |
|
---|
[2717] | 99 | 2000-02-10: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 100 | - *: Updated the source tree to use autogenerated dependencies.
|
---|
| 101 | You will have to do a 'nmake dep' from either /src or / before
|
---|
| 102 | being able to make anything.
|
---|
| 103 | -All makefiles is required to have a 'dep' rule.
|
---|
| 104 | -All dll makefiles is now required to have a 'lib' rule which
|
---|
| 105 | makes the libraries for the module. This rule should also
|
---|
| 106 | check that the library in $(PDWIN32_LIB) is up-to-date.
|
---|
| 107 | - Tools/FastDep: Dependency tool. (Fast=Quick-and-Dirty)
|
---|
| 108 | Moved from /src/win32k. This is currently used to generate
|
---|
| 109 | dependency information.
|
---|
[2720] | 110 | Note that it doesn't have any precompiler logic! This is causeing
|
---|
[2717] | 111 | some warnings...
|
---|
| 112 | - include/pdwin32.tool: Two new tools DEPEND and DOWITHDIRS.
|
---|
[2735] | 113 | - src/makefile: used the DOWITHDIRS to do cleanup, lib and dep.
|
---|
[2717] | 114 |
|
---|
[2708] | 115 | 2000-02-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
---|
| 116 | - GDI32: Fix alignment for 1 & 4 bits bitmaps (dibsection)
|
---|
| 117 | - NTDLL: Pretend no debugger is active in NtQueryInformationProcess
|
---|
| 118 |
|
---|
[2695] | 119 | 2000-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 120 | - USER32: Implemented WaitForInputIdle
|
---|
[2703] | 121 | ScrollWindow fix; don't call InvalidateRect as WinScrollWindow
|
---|
| 122 | already invalidates the area (and the call to InvalidateRect was
|
---|
| 123 | wrong as it has to include the erase flag; should have called
|
---|
| 124 | RedrawWindow instead)
|
---|
[2695] | 125 | - KERNEL32: WinExec: Wait for process to block on input before
|
---|
| 126 | returning
|
---|
| 127 | - OpenGL base, GLUT, GLU: Added version resource, removed dll exitlist
|
---|
| 128 | handlers
|
---|
| 129 |
|
---|
[2693] | 130 | 2000-02-09: Knut Stange Osmundsen (knut.stange.osmundsen@pmsc.no)
|
---|
| 131 | - OpenGL base, GLUT, GLU: NODEBUGINFO implemented in the makefiles.
|
---|
| 132 |
|
---|
[2689] | 133 | 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2690] | 134 | - ODIN.INI: OPENGL32.DLL <--> OPENGL.DLL translation, since
|
---|
| 135 | WinXX OpenGL apps can be dynamically linked with
|
---|
| 136 | MS OpenGL (OPENGL32.DLL) *or* SGI OpenGL (OPENGL.DLL).
|
---|
| 137 |
|
---|
| 138 | 2000-02-09: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2689] | 139 | - OpenGL base: Various minor fixes
|
---|
| 140 | - OpenGL GLUT: Various minor fixes
|
---|
| 141 | - OpenGL GLU: 'Native' port of SGI GLU
|
---|
| 142 |
|
---|
[2683] | 143 | 2000-02-08: Knut Stange Osmundsen <knut.stange.osmundsen>
|
---|
[2689] | 144 | - Win32k: Temporarily disabled some unused imported kernelfunctions.
|
---|
| 145 | Corrected a problem with overloading _ldrEnum32bitRelRecs;
|
---|
| 146 | it failed on WS4eB. (Message 'DosDevIOCtl failed')
|
---|
[2683] | 147 |
|
---|
[2695] | 148 | 2000-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2689] | 149 | - USER32: Don't use shell positioning for child windows (breaks Notes)
|
---|
[2688] | 150 | Turn of WM_BACKERASEBKGND when calling RedrawWindow to
|
---|
| 151 | invalidate a window (without erase flag set; but also without
|
---|
| 152 | noerase) -> fixes flickering in pingpong Opengl sample
|
---|
[2689] | 153 | - KERNEL32: Search path for executables when they can't be found in
|
---|
[2688] | 154 | the current directory.
|
---|
[2681] | 155 |
|
---|
[2679] | 156 | 2000-02-07: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2689] | 157 | - KERNEL32: Ported more Wine thunk apis
|
---|
[2679] | 158 |
|
---|
[2674] | 159 | 2000-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2689] | 160 | - USER32: Fix for DCX_INTERSECTRGN in GetDCEx (use ExtSelectClipRgn
|
---|
[2674] | 161 | to combine current & new clip region)
|
---|
[2689] | 162 | - ADVAPI32: Ported Wine LookupAccountSidA/W (semi-stubs now)
|
---|
[2674] | 163 |
|
---|
[2671] | 164 | 2000-02-06: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 165 | - WINMM: Updated MCI dlls (added version info)
|
---|
| 166 |
|
---|
| 167 | 2000-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 168 | - KERNEL32: Changed GetProcessDword ordinal to 18
|
---|
[2673] | 169 | - USER32: Temporarily commented out shellposition changes
|
---|
| 170 | (breaks i.e. calc & Notes)
|
---|
| 171 | Started rewriting BeginPaint/EndPaint + DC apis
|
---|
[2671] | 172 |
|
---|
[2667] | 173 | 2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 174 | - USER32: ported WinHelpA from WINE
|
---|
| 175 |
|
---|
[2665] | 176 | 2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 177 | - USER32: WM_SETHOTKEY: save data
|
---|
| 178 | prototype for WS_EX_CONTEXTHELP button
|
---|
| 179 | check WS_EX_RIGHT in button control
|
---|
| 180 | fixed tasklist entry
|
---|
| 181 | implemented CW_USEDEFAULT with FCF_SHELLPOSITION
|
---|
| 182 |
|
---|
[2659] | 183 | 2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 184 | - KERNEL32: Memory map fixes (file maps)
|
---|
[2664] | 185 | - USER32: mdi child creation fix (child still not activated when created)
|
---|
| 186 | Default WM_ERASEBKGND handler change (only erase invalid area)
|
---|
| 187 | (note: might be wrong; have to check this in NT; probably
|
---|
| 188 | need to rewrite code that sends those messages)
|
---|
| 189 | -> fixes redraws for i.e. windows behind menu windows
|
---|
[2662] | 190 | - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
|
---|
| 191 | Import wgl* apis
|
---|
| 192 | - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
|
---|
| 193 | -> causes crashes in gdi32 when compiled with optimizations on)
|
---|
[2659] | 194 |
|
---|
[2683] | 195 | 2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
|
---|
[2639] | 196 | - DDRAW: Many minor/major bugfixes at numerous places
|
---|
[2683] | 197 | - DSOUND: Fixed GetCurrentBufferPos in the virtual player
|
---|
[1567] | 198 |
|
---|
[2659] | 199 | 2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2646] | 200 | - ALL: Added version resource (if not already present)
|
---|
| 201 | Link with dllentry.obj (those dlls that don't need custom dll
|
---|
| 202 | entrypoints)
|
---|
| 203 | Clean up in process detach handler of win32 libmain
|
---|
| 204 | (except for a few core dlls (gdi32/user32/kernel32))
|
---|
| 205 | - DLLENTRY: Standard dll entrypoint
|
---|
| 206 |
|
---|
[2634] | 207 | 2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 208 | - COMCTL32: merged with WINE 20000130
|
---|
| 209 |
|
---|
[2622] | 210 | 2000-02-03: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 211 | - NTDLL: Ported Wine security apis
|
---|
| 212 | - CRTDLL: Update
|
---|
| 213 |
|
---|
[2610] | 214 | 2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
| 215 | - USER32: merged controls with WINE 20000130
|
---|
| 216 |
|
---|
[2604] | 217 | 2000-02-03: Daniela Engert <dani@ngrt.de>
|
---|
| 218 | - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
|
---|
| 219 |
|
---|
[2616] | 220 | 2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2625] | 221 | - WININET: Ported Wininet code from Corel Wine tree
|
---|
| 222 | - INCLUDE\WINSOCK: MS Winsock compatible header
|
---|
[2601] | 223 | - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
|
---|
[2609] | 224 | (will be rewritten in assembly for better performance)
|
---|
| 225 | (for RealPlayer videos in 16 bits mode)
|
---|
| 226 | BitBlt fix (return after dibsection blit -> fixes Quake 2)
|
---|
[2616] | 227 | Added MMX RGB conversion.
|
---|
[2630] | 228 | - USER32: Added export for OS2ToWin32Handle
|
---|
[2609] | 229 | - COMDLG32: Merged with latest Wine version (20000109)
|
---|
| 230 | - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
|
---|
[2604] | 231 | (will be rewritten in assembly for better performance)
|
---|
| 232 | (for RealPlayer videos in 16 bits mode)
|
---|
| 233 | BitBlt fix (return after dibsection blit -> fixes Quake 2)
|
---|
[2601] | 234 |
|
---|
[2596] | 235 | 2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
| 236 | - OPENGL: Ported SGI GLUT sources + Opengl update
|
---|
| 237 |
|
---|
[2594] | 238 | 2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 239 | - GDI32: Cleaned up
|
---|
[2604] | 240 | Fixes for dib section apis. RealPlayer 7 can play videos
|
---|
| 241 | now (correct in 24 bps mode; upside down and wrong colors
|
---|
| 242 | in 16 bps mode)
|
---|
[2594] | 243 |
|
---|
[2683] | 244 | 2000-02-01: Knut Stange Osmundsen <knut.stange.osmundsen>
|
---|
[2604] | 245 | - Pe2Lx: Makefile should be working again.
|
---|
| 246 | - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
|
---|
| 247 | This is a temporary fix.
|
---|
[2587] | 248 |
|
---|
[2585] | 249 | 2000-02-01: Patrick Haller <phaller@gmx.net>
|
---|
[2604] | 250 | - SHELL32: Added PathSkipRootAW
|
---|
[2585] | 251 |
|
---|
[2584] | 252 | 2000-02-01: Jens Wiessner <wiessnej@rfi.de>
|
---|
| 253 | - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
|
---|
| 254 |
|
---|
| 255 | 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2587] | 256 | - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
|
---|
[2604] | 257 | returns an error in Odin.
|
---|
| 258 | GetWindowDC & GetDC use the desktop window handle if hwnd == 0
|
---|
| 259 | (before calling GetDCEx)
|
---|
[2584] | 260 | - GDI32: Set dibsection bitmap data to 0 when allocating it.
|
---|
| 261 |
|
---|
[2571] | 262 | 2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2574] | 263 | - PELDR: Fixed error messages for images without fixups (peldr.dll no
|
---|
[2604] | 264 | longer required)
|
---|
[2574] | 265 | - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
|
---|
[2576] | 266 | - USER32: Don't check for window visibility when calling SetWindowPos
|
---|
[2604] | 267 | in SetMenu. (fixes menu in standard minesweeper)
|
---|
| 268 | (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
|
---|
| 269 | when showing a window (see Wine code))
|
---|
[2576] | 270 | Put back GetMenuStringA fix (return length of string if string pointer
|
---|
[2604] | 271 | or size parameter == 0) (almost fixes Realplayer 7 menu)
|
---|
[2571] | 272 |
|
---|
[2557] | 273 | 2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 274 | - GDI32: Save and restore FPU control word when calling
|
---|
[2604] | 275 | Open32's DrawText. DrawText trashes it which causes drawing
|
---|
| 276 | problems in RealPlayer 7.
|
---|
[2557] | 277 | - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
|
---|
[2604] | 278 | Fix for SetWindowPos for showing hidden windows
|
---|
| 279 | (call ShowWindow) -> fixed non-visible button bar in mIRC
|
---|
| 280 | Don't set WS_VISIBLE on by default. Windows are made visible
|
---|
| 281 | during creation by calling ShowWindow.
|
---|
| 282 | Call UpdateWindow for client window, not the frame.
|
---|
[2561] | 283 | - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
|
---|
| 284 | - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
|
---|
[2604] | 285 | -D__WINE__ so you don't need to specify whether you use the ascii
|
---|
| 286 | or unicode version of a win32 api)
|
---|
[2557] | 287 |
|
---|
[2555] | 288 | 2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
| 289 | - KERNEL32: Added GlobalWire/GlobalUnwire
|
---|
| 290 |
|
---|
[2553] | 291 | 2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 292 | - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
|
---|
[2604] | 293 | (nr of scan lines copied; not true/false)
|
---|
[2553] | 294 | - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
|
---|
[2604] | 295 | (fixes window resize when playing videos in RealPlayer v7 &
|
---|
| 296 | dragging titlebar in Professional Mine Sweeper)
|
---|
[2553] | 297 |
|
---|
[2543] | 298 | 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
---|
[2604] | 299 | - Win32k: Heap is splitted into a swappable and a resident heap.
|
---|
| 300 | Fixups are now applied when a page is loaded from disk.
|
---|
| 301 | This is done by overloading the kernel function called
|
---|
| 302 | (_)ldrEnum32bitRelRecs. This should improve performance a lot!
|
---|
[2543] | 303 |
|
---|
[2530] | 304 | 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2604] | 305 | - OPENGL: First version of opengl implementation
|
---|
[2530] | 306 |
|
---|
| 307 | 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 308 | - USER32: Fixed FS corruption in OSLibPostThreadMessage
|
---|
| 309 | Send WM_CHILDACTIVATE to child windows (not only
|
---|
| 310 | to MDI children) instead of WM_ACTIVATE
|
---|
| 311 | - SHELL32: Fixed FS corruption in DragAcceptFiles
|
---|
[2530] | 312 |
|
---|
| 313 | 2000-01-26: Yuri Dario <mc6530@mclink.it>
|
---|
[2604] | 314 | - INCLUDE\WIN: Additions & changes for compiling Opera.
|
---|
| 315 | - many dlls: create correct library (impdef)
|
---|
[2530] | 316 |
|
---|
| 317 | 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
|
---|
[2604] | 318 | - GDI32: Changes for Opengl support
|
---|
[2530] | 319 |
|
---|
[2522] | 320 | 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 321 | - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
|
---|
| 322 | coordinates
|
---|
| 323 | changed min frame size
|
---|
| 324 | - COMCTL32: fixed wrong progress frame
|
---|
[2522] | 325 |
|
---|
[2520] | 326 | 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 327 | - OLEAUT32: Don't create logfile when logging is turned off
|
---|
| 328 | - PELDR: Don't modify cmd line in PIB structure
|
---|
| 329 | - INCLUDE: Removed string.h.
|
---|
| 330 | - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
|
---|
| 331 | (if memory is reserved, set read & write page flags)
|
---|
[2520] | 332 |
|
---|
[2514] | 333 | 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 334 | - PELDR/KERNEL32: Allocate low memory at right address and with right size
|
---|
| 335 | in peldr.dll (fixes install of Windows Media Player)
|
---|
| 336 | - KERNEL32: Print thread id for each log message
|
---|
[2514] | 337 |
|
---|
[2498] | 338 | 2000-01-22: Michal Necasek <mike@mendelu.cz>
|
---|
[2604] | 339 | - DINPUT: Fixes + basic functionality is complete; enough for many games
|
---|
[2498] | 340 |
|
---|
[2490] | 341 | 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 342 | - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
|
---|
| 343 | Previous changes broke many apps (VPBuddy, MIrc32)
|
---|
| 344 | Don't update window if style changes (responsibility of the app)
|
---|
| 345 | Store window menu & id in same variable (fixes clock ->
|
---|
| 346 | double click on analog window -> titlebar & menu gone; menu
|
---|
| 347 | used to stay there)
|
---|
| 348 | Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
|
---|
| 349 | of clock window (who's class has CS_H/VREDRAW style).
|
---|
| 350 | - KERNEL32: Fixed image loading for resource lookup only (don't care
|
---|
| 351 | where those images are loaded as we only use it to query
|
---|
| 352 | the version resource; so base address doesn't matter)
|
---|
| 353 | (-> RealPlayer 7 installs now)
|
---|
[2490] | 354 |
|
---|
[2487] | 355 | 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 356 | - KERNEL32: Disabled creation of pe_x.log if logging disabled
|
---|
| 357 | Only get codepage once from odin.ini.
|
---|
[2543] | 358 |
|
---|
[2487] | 359 | 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
|
---|
[2604] | 360 | - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
|
---|
| 361 | - GDI32: Added codepage support for CreateCompatibleDC
|
---|
[2487] | 362 |
|
---|
[2482] | 363 | 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 364 | - USER32: fixed WM_CONTEXTMENU
|
---|
| 365 | dispatch WM_MOUSEMOVE in menu loop
|
---|
[2482] | 366 |
|
---|
[2474] | 367 | 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 368 | - USER32: Removed 'old' user32 and replaced it with the new one
|
---|
| 369 | Call default window proc when DefMDIChildProcA/W is called
|
---|
| 370 | for a non-MDI window.
|
---|
| 371 | Fixed menu check & submenu marks painting
|
---|
| 372 | - KERNEL32: Increased shared heap reserve size to 512 kb
|
---|
| 373 | - SHELL32: Display Odin logo in Shell about dialog box
|
---|
[2474] | 374 |
|
---|
| 375 | 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 376 | - WINMM\WAVEMAP
|
---|
| 377 | Updated to Wine level 20000109 + corrected compile
|
---|
| 378 | - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
|
---|
| 379 | so it doesn't work)
|
---|
[2474] | 380 |
|
---|
[2464] | 381 | 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 382 | - USER32\NEW: Added basic support for DInput WM_CHAR notification
|
---|
| 383 | (the rest needs to be done in dinput.dll)
|
---|
| 384 | Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
|
---|
| 385 | handler. (WNDPROC type) It's called when a WM_CHAR message
|
---|
| 386 | arrives for an Odin window with hwnd, msg, wParam & lParam.
|
---|
| 387 | - DINPUT: Fixed bugs reported by Michal Necasek
|
---|
[2464] | 388 |
|
---|
[2457] | 389 | 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 390 | - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
|
---|
| 391 | fixed WM_MOVE
|
---|
| 392 | changed HTCAPTION system menu position
|
---|
| 393 | changed maximized window position
|
---|
| 394 | don't move/size maximized windows
|
---|
[2457] | 395 |
|
---|
[2454] | 396 | 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 397 | - TWAIN_32: Update
|
---|
| 398 | - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
|
---|
| 399 | Updated to Wine level 20000109 + corrected compile errors
|
---|
| 400 | - WINMM: Ported Wine wave mapper.
|
---|
[2454] | 401 |
|
---|
[2448] | 402 | 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 403 | - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
|
---|
| 404 | handle as that can prevent WM_PAINTs from being dispatched)
|
---|
| 405 | (may need reworking of Get/PeekMessage instead)
|
---|
| 406 | ScrollWindow changes
|
---|
| 407 | Removed frame drawing 'bugfix'.
|
---|
| 408 | Fixed system menu position for child windows (i.e. MDI)
|
---|
| 409 | Fixed titlebar tracking for child windows (i.e. MDI)
|
---|
| 410 | - KERNEL32: Check for null pointers in lstrcmpA
|
---|
[2448] | 411 |
|
---|
[2443] | 412 | 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 413 | - USER32/NEW: cache menu and caption drawing
|
---|
| 414 | changed minimize button position
|
---|
| 415 | don't redraw system menu icon in menu.cpp
|
---|
| 416 | hilighted menubar items don't have an edge in Win9x
|
---|
| 417 | don't open system menu on mouseover if menubar is used and vice versa
|
---|
| 418 | show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
|
---|
| 419 | use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
|
---|
[2443] | 420 |
|
---|
[2439] | 421 | 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 422 | - USER32/NEW: added caption clipping for faster window text updates
|
---|
[2439] | 423 |
|
---|
[2436] | 424 | 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 425 | - USER32\NEW: Fixed min/max bug for mdi child windows
|
---|
| 426 | Fixed DrawMenuBar (invalidate frame rectangle in
|
---|
| 427 | FrameUpdateClient if client rectangle wasn't changed)
|
---|
| 428 | Fixed bugs in MsgFormatFrame & SendNCCalcSize
|
---|
| 429 | Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
|
---|
| 430 | (Winamp works now)
|
---|
| 431 | Removed code that's no longer used (subclassed OS/2 frame
|
---|
| 432 | controls & OS/2 scrollbar functions etc)
|
---|
[2436] | 433 |
|
---|
[2427] | 434 | 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 435 | - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
|
---|
| 436 | is activated or deactivated
|
---|
| 437 | Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
|
---|
| 438 | Set window handle of non-Odin window to window desktop in WM_ACTIVATE
|
---|
| 439 | Return window desktop handle for window handle returned by
|
---|
| 440 | SetActiveWindow if window is non-Odin.
|
---|
| 441 | Fixed activation of windows. (send WM_ACTIVATE when receiving
|
---|
| 442 | a WM_WINDOWPOSCHANGED message in pmframe.cpp)
|
---|
| 443 | Fixed DrawFrame; bottom & right frame borders now drawn correctly
|
---|
| 444 | Fixed scrollbar positioning (style.exe)
|
---|
| 445 | Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
|
---|
| 446 | DC to save/restore a window's own dc.
|
---|
| 447 | Fixed client rectangle problems. Client rectangles
|
---|
| 448 | are always in frame coordinates; window rectangles in
|
---|
| 449 | screen coordinates. Whenever necessary (i.e WM_MOVE)
|
---|
| 450 | client coordinates are converted to coordinates relative
|
---|
| 451 | to it's parent client window.
|
---|
| 452 | Changed WM_MOVE -> client coordinates relative to parent origin
|
---|
| 453 | if child; otherwise relative to screen origin. (needs testing)
|
---|
| 454 | (WM_NCCALCSIZE needs to be done as well)
|
---|
| 455 | - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
|
---|
| 456 | - KERNEL32: Added DisableLogging & EnableLogging functions to
|
---|
| 457 | disable logging in parts of code. Logging will only be
|
---|
| 458 | done if the logcount is bigger than 0.
|
---|
[2427] | 459 |
|
---|
[2420] | 460 | 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 461 | - USER32/NEW: fixed WM_CALCVALIDRECTS
|
---|
| 462 | activated WM_NCPAINT clipping
|
---|
| 463 | added improved frame redraw mechanism
|
---|
[2420] | 464 |
|
---|
[2427] | 465 | 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 466 | - USER32\NEW: Changed client rectangle positioning (not done by PM frame
|
---|
| 467 | handler anymore) -> fixes problems with Shell About dialog
|
---|
| 468 | and jumping controls when resizing (Winhlp32)
|
---|
| 469 | Fixed menu tracking for different submenus
|
---|
| 470 | Fixed delayed repaints of invalidated menu rectangles
|
---|
| 471 | Ported Wine messagebox code. (for GUI consistency)
|
---|
| 472 | Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
|
---|
| 473 | in notepad)
|
---|
| 474 | Fixed 'frame' control updates (resizing client window in
|
---|
| 475 | SetWindowPos for SWP_FRAMECHANGED)
|
---|
[2543] | 476 |
|
---|
[2413] | 477 | 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 478 | - TWAIN_32: Bugfix (removed test code)
|
---|
[2413] | 479 |
|
---|
[2409] | 480 | 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 481 | - USER32/NEW: fixed AdjustWindowRectEx
|
---|
[2409] | 482 |
|
---|
[2404] | 483 | 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 484 | - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
|
---|
| 485 | Removed hardcoded dependancy on shell32; load it on-demand
|
---|
| 486 | Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
|
---|
| 487 | Fixed wrong return value for OSLibWinGetMsg
|
---|
| 488 | Workaround for bug in GDI32 FillRect (menu items painted
|
---|
| 489 | black instead of gray) (menu.cpp, MENU_DrawMenuItem)
|
---|
| 490 | Applied patch to Wine menu code for RealPlayer
|
---|
| 491 | Fixed default return value of DefWndProc (0)
|
---|
| 492 | Fixed SetMenu (menus should be set when a window is no child)
|
---|
| 493 | Call correct SetMenu function from MsgCreate Win32BaseWindow method
|
---|
| 494 | Use WIN32_INNERFRAME frame class for top level windows again.
|
---|
| 495 | (VPBuddy repaint problems were solved by using this class)
|
---|
[2404] | 496 |
|
---|
[2402] | 497 | 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 498 | - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
| 499 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
| 500 | - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
|
---|
| 501 | there's no audio device
|
---|
| 502 | - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
| 503 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
| 504 | or button down/up message translation.
|
---|
| 505 | Fixed LoadBitmap (only load from user32 if it's a system bitmap)
|
---|
| 506 | Added WM_NCACTIVATE message generation
|
---|
| 507 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
| 508 | Changed GetSystemMenu; added method to Win32BaseWindow class
|
---|
| 509 | (destroy old menu if present and switch back to default system
|
---|
| 510 | menu if bRevert = TRUE; needs changes in non-client code)
|
---|
[2402] | 511 |
|
---|
[2397] | 512 | 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 513 | - USER32/NEW: activated menu code
|
---|
[2397] | 514 |
|
---|
[2385] | 515 | 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 516 | - USER32: Added border size for top-level windows in OSLibWinConvertStyle
|
---|
| 517 | (borders are not drawn correctly)
|
---|
| 518 | Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
|
---|
| 519 | client/window rectangle when size nor position have changed)
|
---|
| 520 | Fixed out of sync rectWindow. (children don't get notified of
|
---|
| 521 | parent position change -> rectWindow (in screen coord.) not updated)
|
---|
| 522 | Fixed LoadBitmap for system bitmaps
|
---|
| 523 | Fixes for win32 titlebar + added win32 system menu
|
---|
| 524 | System menu commands now work
|
---|
| 525 | Fixed repaint problem for win32 titlebar
|
---|
| 526 | Added Christoph's gradient filled title bars code
|
---|
| 527 | For (experimental) win32-like windows add this to odin.ini:
|
---|
| 528 | [CUSTOMIZATION]
|
---|
| 529 | OS2Look=0
|
---|
[2385] | 530 |
|
---|
[2604] | 531 | [COLORS]
|
---|
| 532 | UseWinColors=1
|
---|
[2395] | 533 |
|
---|
[2382] | 534 | 2000-01-09: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 535 | - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
|
---|
[2382] | 536 |
|
---|
[2380] | 537 | 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 538 | - USER32/NEW: implemented scrollbar nc handling
|
---|
| 539 | windows without menus work now fine
|
---|
| 540 | implemented gradient filled title bars
|
---|
[2380] | 541 |
|
---|
[2365] | 542 | 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 543 | - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
|
---|
| 544 | OSLibGetMsg bugfix + WM_QUIT translation fix
|
---|
| 545 | OSLibGetMenuItemRect fix (y coordinate conversion)
|
---|
| 546 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
| 547 | or button down/up message translation.
|
---|
| 548 | - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
|
---|
| 549 | Added Wine-like license that supercedes the main Odin license
|
---|
| 550 | - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
|
---|
| 551 | CRTDLL__CIatan etc etc)
|
---|
[2365] | 552 |
|
---|
[2369] | 553 | 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 554 | - CRTDLL: Compile fix
|
---|
[2369] | 555 |
|
---|
[2356] | 556 | 2000-01-08: Patrick Haller <phaller@gmx.net>
|
---|
[2604] | 557 | - SHELL32: Update: to WINE level 2000/01/08
|
---|
| 558 | - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
|
---|
[2356] | 559 |
|
---|
[2353] | 560 | 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 561 | - GDI32: added PatBlt support for negative width/height
|
---|
[2353] | 562 |
|
---|
[2342] | 563 | 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 564 | - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
|
---|
| 565 | Faked RegisterServiceCtrlHandlerA/W (TODO)
|
---|
| 566 | Partly implemented SetServiceBits/SetServiceStatus
|
---|
| 567 | Improved QueryServiceStatus
|
---|
| 568 | Call RtlCreateAcl in InitializeAcl
|
---|
| 569 | - LZ32: Create correct library
|
---|
| 570 | - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
|
---|
| 571 | - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
|
---|
| 572 | (991212) (-> fixes errors in RealPlayer)
|
---|
| 573 | - USER32: GetMenuStringA fix (return length of string if string pointer
|
---|
| 574 | or size parameter == 0)
|
---|
[2342] | 575 |
|
---|
[2338] | 576 | 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 577 | - TWAIN_32: Update
|
---|
[2338] | 578 |
|
---|
[2336] | 579 | 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
[2604] | 580 | - USER32/NEW: single window works now
|
---|
[2336] | 581 |
|
---|
[2330] | 582 | 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 583 | - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
|
---|
| 584 | (should be changed)
|
---|
| 585 | MS Office 2000 install (first part) almost working.
|
---|
| 586 | (installs windows installer as system service)
|
---|
| 587 | - OLEAUT32: Typelib bugfix for MS Office 2k install
|
---|
| 588 | - odin_ini.txt: Added information about CODEPAGES & TWAIN section
|
---|
[2330] | 589 |
|
---|
[2325] | 590 | 2000-01-05: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 591 | - OLEAUT32: LHashValOfNameSys(A)
|
---|
[2325] | 592 |
|
---|
[2322] | 593 | 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 594 | - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
|
---|
[2322] | 595 |
|
---|
[2315] | 596 | 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 597 | - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
|
---|
| 598 | Delete old region in SetWindowRegion
|
---|
[2315] | 599 |
|
---|
[2310] | 600 | 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
[2604] | 601 | - KERNEL32: Named pipe updates & bugfixes
|
---|
[2310] | 602 |
|
---|
[2305] | 603 | 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
|
---|
[2604] | 604 | - LZ32/TAPI32: Updated def files to match NT 4 SP6
|
---|
| 605 | - MSVCRT: Updated def files + MSVCRT40 version info
|
---|
| 606 | - WINMM: Added Wine's MCI dlls (not compiled as this requires
|
---|
| 607 | a working MCI subsystem in winmm and a redesign of
|
---|
| 608 | wave & midi)
|
---|
[2305] | 609 |
|
---|
| 610 | 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 611 | - LZ32: Cleaned up .def file (don't import directly) & removed
|
---|
| 612 | debugtools.h
|
---|
| 613 | - USER32: Fixed PostThreadMessage + bugs in GetMessage
|
---|
| 614 | - KERNEL32: Set hmq & hab THDB values for newly created
|
---|
| 615 | threads (hmq not correct now)
|
---|
[2305] | 616 |
|
---|
[2303] | 617 | 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
[2604] | 618 | - KERNEL32: Started implementing named pipe apis
|
---|
[2303] | 619 |
|
---|
[2297] | 620 | 2000-01-02: David Raison <djr@lemur.co.uk>
|
---|
[2604] | 621 | - OLEAUT32: Typelib fixes - Custom Data & Default values.
|
---|
| 622 | Added private logging to tlib_n.log when reading a TLIB.
|
---|
| 623 | (Should clarify what is being read & why)
|
---|
| 624 | Now supports embedded named TLIBS in the format
|
---|
| 625 | <path>\<libname>\<id> (required for VB6, etc.)
|
---|
| 626 | Preparatory work to reduce dependance on
|
---|
| 627 | current file position to enable delaying parsing
|
---|
| 628 | data until it is requested by user.
|
---|
[2297] | 629 |
|
---|
[2293] | 630 | 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 631 | - USER32: Implemented Set/GetWindowRgn (not activated)
|
---|
| 632 | - KERNEL32: Fixed Odin zombie processes when there's a trap inside
|
---|
| 633 | vfprintf during logging.
|
---|
| 634 | Cleaned up file io procedures in oslibdos.cpp
|
---|
[2289] | 635 |
|
---|
[2288] | 636 | 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[2604] | 637 | - USER32: Workaround for crash in Lotus Notes when switching to a new
|
---|
| 638 | view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
|
---|
| 639 | has been called for a window -> don't dispatch this msg)
|
---|
[2288] | 640 |
|
---|