| [7233] | 1 | /* $Id: changelog,v 1.1799 2001-10-27 08:24:13 sandervl Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7233] | 3 | 2001-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - KERNEL32: o IOCTL_SCSI_GET_ADDRESS: fail if wnaspi32 not loaded
|
|---|
| 5 | - WINMM: o Add option to turn off audio by setting a key in the registry
|
|---|
| 6 | HKEY_LOCAL_MACHINE\\System\\CustomBuild
|
|---|
| 7 | DisableAudio = [0|1] (DWORD type)
|
|---|
| 8 |
|
|---|
| [7226] | 9 | 2001-10-26: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 10 | - WNASPI32: o don't fail DLL loading if ASPI library fails to init
|
|---|
| 11 |
|
|---|
| [7233] | 12 | 2001-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7218] | 13 | - KERNEL32: o Better implementation of IOCTL_CDROM(DISK/STORAGE)_CHECK_VERIFY
|
|---|
| 14 | o CDROM ioctls: Use signature returned by IOCD_IDENTIFY ioctl
|
|---|
| 15 | o Implemented IOCTL_CDROM_READ_TOC
|
|---|
| 16 |
|
|---|
| [7211] | 17 | 2001-10-26: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 18 | - USER32: o fixed ESC keyboard event
|
|---|
| 19 | o fixed passing thru special key events to the frame window
|
|---|
| [7212] | 20 | o partial fix for shift key processing
|
|---|
| [7214] | 21 | o fixed right shift processing (and possibly numerous
|
|---|
| 22 | other extended keys)
|
|---|
| [7217] | 23 | o fixed this &%$&%! Alt-Gr-Key-Emulation
|
|---|
| 24 | remaining issues:
|
|---|
| 25 | AltGr won't toggle GetAsyncKeyState() or GetKeyState()
|
|---|
| [7211] | 26 |
|
|---|
| [7201] | 27 | 2001-10-25: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 28 | - USER32: o fixed scancodes for [Pause] and [PrtScr]
|
|---|
| 29 |
|
|---|
| [7199] | 30 | 2001-10-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 31 | - USER32: o Fixed sending of WM_ACTIVATEAPP messages. Only send them
|
|---|
| 32 | to top-level windows when application gains or loses focus
|
|---|
| 33 | from/to a window of another process.
|
|---|
| [7206] | 34 | o Fix for window tracking with thin frame (moving/sizing
|
|---|
| 35 | window left tracks on the screen (fullscreen dragging disabled))
|
|---|
| [7203] | 36 | - KERNEL32: o Never use DosError to disable hard errors! Use SetErrorMode
|
|---|
| 37 | *and* restore old error mode afterwards.
|
|---|
| 38 | o IOCTL_DISK_GET_DRIVE_GEOMETRY change:
|
|---|
| 39 | Applications can use this IOCTL to check if the floppy has
|
|---|
| 40 | been changed. OSLibDosGetDiskGeometry won't fail when that
|
|---|
| 41 | happens so we read one byte from the disk and return
|
|---|
| 42 | ERROR_MEDIA_CHANGED if it fails with ERROR_WRONG_DISK.
|
|---|
| [7206] | 43 | - COMCTL32: o ListView: LVM_SETITEMA: update item even when 'new' text is
|
|---|
| 44 | the same.
|
|---|
| 45 | (CVP depends on this)
|
|---|
| [7199] | 46 |
|
|---|
| [7192] | 47 | 2001-10-24: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 48 | - USER32: o added translation between PM Scancodes and
|
|---|
| 49 | Windows Scancodes
|
|---|
| 50 | Note: Open32 uses always PM Scancodes!
|
|---|
| 51 | o fixed GetKeyNameText as far as possible
|
|---|
| [7199] | 52 | Despite we'll have to implement a flexible keyboard
|
|---|
| 53 | layout scheme in the future.
|
|---|
| [7192] | 54 |
|
|---|
| [7186] | 55 | 2001-10-24: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 56 | - PMKBDHK: o link statically with C runtime
|
|---|
| 57 |
|
|---|
| [7181] | 58 | 2001-10-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 59 | - USER32: o SCROLLBAR: Only set focus to scrollbar control if it has
|
|---|
| 60 | the WS_TABSTOP style (bugfix taken from Wine)
|
|---|
| [7184] | 61 | o IsWindowVisible: check for WS_CHILD style before checking
|
|---|
| 62 | parents
|
|---|
| 63 | (CVP: fixes moving of dialog with invisible owner)
|
|---|
| [7188] | 64 | o Frame tracking: activate and bring window to top when
|
|---|
| 65 | control key is not pressed (OS/2 look)
|
|---|
| 66 | (fixes activation by clicking on title bar and you can now
|
|---|
| 67 | track frame without activating it)
|
|---|
| [7193] | 68 | o Double mouse click sent two up messages
|
|---|
| 69 | o Double click on system menu now closes window
|
|---|
| [7197] | 70 | (SetCapture interferes with double click message generation)
|
|---|
| [7199] | 71 | - WINMM: o Dynamically load MDM; Windows applications (that don't
|
|---|
| [7197] | 72 | require sound) will no longer fail when MMPM/2 isn't available.
|
|---|
| [7181] | 73 |
|
|---|
| [7169] | 74 | 2001-10-23: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 75 | - COMCTL32: o ListView: WM_KEYDOWN -> if WM_NOTIFY returns TRUE, then
|
|---|
| 76 | don't process key anymore; the app did it for us
|
|---|
| 77 | o ListView: First focus change didn't work
|
|---|
| [7173] | 78 | o Partial implementation of draglists. Only sends DL_BEGINDRAG
|
|---|
| 79 | DRAGLISTMSGSTRING message which is enough for CVP.
|
|---|
| [7172] | 80 | - USER32: o Fixed moving of window with RMB
|
|---|
| [7169] | 81 |
|
|---|
| [7167] | 82 | 2001-10-23: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7166] | 83 | - USER32: o major improvement on keyboard handling
|
|---|
| 84 | Special AltGr mapping missing yet
|
|---|
| 85 | o partial fix to GetKeyNameText(),
|
|---|
| 86 | two Open32 bugs remaining:
|
|---|
| 87 | (injected scancodes ignored (undoc),
|
|---|
| 88 | extended key bit ignored)
|
|---|
| 89 |
|
|---|
| 90 | 2001-10-22: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7153] | 91 | - TESTAPP: o added keyboard test program for low-level testing
|
|---|
| 92 | of the keyboard routines
|
|---|
| 93 | (Queue, WH_KEYBOARD, WH_KEYBOARD_LL)
|
|---|
| [7157] | 94 | - PMKBDHK: o added initial version
|
|---|
| 95 | - USER32: o enabled PMKBDHK
|
|---|
| 96 | o fixed minor issue in WH_KEYBOARD_LL
|
|---|
| 97 | - SHELL32: o minor speedup in PIDL handling
|
|---|
| 98 | - KERNEL32: o removed experimental heap handle cache stats
|
|---|
| [7153] | 99 |
|
|---|
| [7147] | 100 | 2001-10-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 101 | - WSOCK32: o Fix for sending FD_CLOSE notification when connection
|
|---|
| 102 | is closed at the remote end.
|
|---|
| 103 |
|
|---|
| [7144] | 104 | 2001-10-20: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 105 | - WNASPI32: o do not fail in init routine in case ASPIROUT.SYS
|
|---|
| 106 | is not present. Just return errors from all calls
|
|---|
| 107 | if this is the case.
|
|---|
| 108 | TODO: refine calls to not return any ASPI devices!
|
|---|
| 109 |
|
|---|
| [7141] | 110 | 2001-10-19: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 111 | - WSOCK32: o implemented error bit handling in Winsock 2.0
|
|---|
| [7167] | 112 | event semaphore notification for async select
|
|---|
| [7141] | 113 |
|
|---|
| [7135] | 114 | 2001-10-19: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 115 | - COMCTL32: o updated listview and status to wine level
|
|---|
| [7138] | 116 | - COMDLG32: o fix crash in FileDlg95 (used freed memory object)
|
|---|
| [7135] | 117 |
|
|---|
| [7121] | 118 | 2001-10-18: knut stange osmundsen <kosmunds@csc.com>
|
|---|
| 119 | - odin32.*.vac3*.mk:
|
|---|
| 120 | o Added /noignorecase to ILIBFLAGS. Object libraries
|
|---|
| 121 | is now using case sensitive names. This removes some
|
|---|
| 122 | warnings during custombuild and fixes a duplicate symbol
|
|---|
| 123 | problem in kKrnlLibR3.
|
|---|
| 124 |
|
|---|
| [7112] | 125 | 2001-10-18: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 126 | - USER32: o temporarily backed out a change from earlier today
|
|---|
| 127 | in the color pointer conversion code that causes
|
|---|
| 128 | severe regressions. Look for @@@AH in oslibres.cpp
|
|---|
| 129 |
|
|---|
| [7105] | 130 | 2001-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 131 | - DDRAW: o Check if DirectDraw object is associated with Clipper.
|
|---|
| 132 | - SHELL32: o Compile fix for release build
|
|---|
| [7106] | 133 | - USER32: o Fix for pointer conversion
|
|---|
| [7108] | 134 | o Notify visible region callback when WM_SHOW arrives.
|
|---|
| 135 | For some reason we don't receive a WM_VRNENABLED message
|
|---|
| 136 | when a window is shown for the first time.
|
|---|
| 137 | - KERNEL32: o Check for NULL handler in RtlRaiseException/RtlUnwind
|
|---|
| [7114] | 138 | - GDI32: o Removed wrong warnings about GpiQueryBitmapBits
|
|---|
| [7105] | 139 |
|
|---|
| [7094] | 140 | 2001-10-17: knut stange osmundsen <kosmunds@csc.com>
|
|---|
| 141 | - common: o Corrected bug in kFile buffering which caused impdef to
|
|---|
| 142 | crash in some cases.
|
|---|
| 143 |
|
|---|
| [7087] | 144 | 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 145 | - SHELL32: o WINE resync 20011017
|
|---|
| [7092] | 146 | - KERNEL32: o minor heap optimization
|
|---|
| 147 | - USER32: o minor handle mgmt optimizations
|
|---|
| [7101] | 148 | - CRTDLL32: o RegisterLxDll() in initterm was missing (WINPROJ)
|
|---|
| [7087] | 149 |
|
|---|
| [7083] | 150 | 2001-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 151 | - DDRAW: o Fixes for DDBLT_COLORFILL
|
|---|
| [7089] | 152 | - WS2_32: o Added stubs for WSAEnumProtocolsA/W
|
|---|
| [7096] | 153 | - USER32: o SetFocus fix; don't always activate window because that
|
|---|
| [7121] | 154 | changes the z-order which interferes (among other things)
|
|---|
| 155 | with GetNextDlgTabItem & GetNextDlgGroupItem
|
|---|
| 156 | o Removed some GetNextDlgGroupItem changes which are no longer
|
|---|
| [7096] | 157 | necessary due to the SetFocus fix
|
|---|
| [7083] | 158 |
|
|---|
| [7077] | 159 | 2001-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 160 | - KERNEL32, CUSTOMBUILD, USER32:
|
|---|
| 161 | o Custom build fixes + changes
|
|---|
| [7081] | 162 | o GlobalMemoryStatus: limit amount of virtual memory to 2GB - 1
|
|---|
| 163 | Some applications interpret this value as a signed long.
|
|---|
| [7077] | 164 | - USER32: o Fix for pointer conversion
|
|---|
| 165 |
|
|---|
| [7073] | 166 | 2001-10-16: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 167 | - WSOCK32: o enabled receive and send timeout socket options
|
|---|
| 168 | (SO_SNDTIMEO, SO_RCVTIMEO)
|
|---|
| 169 |
|
|---|
| [7062] | 170 | 2001-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7067] | 171 | - KERNEL32, USER32, WNASPI32, DDRAW:
|
|---|
| [7062] | 172 | o Custom build updates
|
|---|
| 173 |
|
|---|
| [7044] | 174 | 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 175 | - USER32: o Convert color cursor to monochrome if it only uses two colors.
|
|---|
| [7094] | 176 | This overcomes a silly limitation in some less advanced
|
|---|
| [7059] | 177 | display drivers. (SDD still has no support for color cursors!)
|
|---|
| [7044] | 178 | (fixes mouse cursor flickering & screen distortion when
|
|---|
| 179 | accessing the frame buffer directly)
|
|---|
| 180 | NOTE: This is a partial solution only. Real color cursors
|
|---|
| 181 | still use GRADD's rather poor software emulation.
|
|---|
| 182 |
|
|---|
| [7039] | 183 | 2001-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 184 | - WSOCK32: o Overwrite IP header length in sendto for raw sockets
|
|---|
| 185 | with IP_HDRINCL option set.
|
|---|
| [7094] | 186 | (fixes errors for apps that use big endian format for
|
|---|
| [7039] | 187 | the length word)
|
|---|
| 188 | o WSAEnumNetworkEvents now reports (some) events properly
|
|---|
| 189 | o Call WSACleanup during dll unload in case application
|
|---|
| 190 | forgot to do that.
|
|---|
| 191 |
|
|---|
| [7037] | 192 | 2000-10-12: Yuri Dario <mc6530@mclink.it>
|
|---|
| 193 | - USER32: o GetNextDlgGroupItem fix for infinite loop in Opera
|
|---|
| 194 |
|
|---|
| [7035] | 195 | 2001-10-12: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 196 | - KERNEL32: o use bounce buffers if end of buffer crosses
|
|---|
| 197 | tiled region barrier, not start of buffer
|
|---|
| [7036] | 198 | (yeah, being nit-picking here, OS/2 will actually
|
|---|
| 199 | never give you a memory object that crosses the boundary...)
|
|---|
| [7035] | 200 |
|
|---|
| [7029] | 201 | 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 202 | - include: o debugtools.h: memory corruption in debugstr_()
|
|---|
| 203 | - KERNEL32: o (cheap) heap lookup acceleration
|
|---|
| 204 | o better profiler calibration :)
|
|---|
| [7033] | 205 | o bounce buffers for DeviceIoControl() with
|
|---|
| 206 | high memory buffers
|
|---|
| [7032] | 207 | - SHELL32: o ~10% speed improvement on shell folder operations ;-)
|
|---|
| [7029] | 208 |
|
|---|
| [7017] | 209 | 2001-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 210 | - USER32: o SetScrollRange: return error if min > max or out of range
|
|---|
| 211 | (ERROR_INVALID_SCROLLBAR_RANGE)
|
|---|
| 212 | (behaviour of NT4, SP6)
|
|---|
| [7094] | 213 | o Scrollbar control window not disabled properly when using
|
|---|
| 214 | EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
|
|---|
| [7019] | 215 | and call EnableScrollbar)
|
|---|
| 216 | o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
|
|---|
| 217 | with size grip style)
|
|---|
| [7024] | 218 | - WSOCK32: o Implemented IP_HDRINCL, IP_TTL & IP_TOS for set/getsockopt
|
|---|
| 219 | - WS2_32: o Translate IPPROTO_IP options in getsockopt before calling
|
|---|
| 220 | wsock32
|
|---|
| [7019] | 221 |
|
|---|
| [7011] | 222 | 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7094] | 223 | - KERNEL32: o added ODIN performance profiler
|
|---|
| [7011] | 224 | (perf_0.log for PROFILE builds)
|
|---|
| [7016] | 225 | - SHELL32: o ~30% speed improvement on shell folder operations
|
|---|
| [7011] | 226 |
|
|---|
| [6980] | 227 | 2001-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 228 | - USER32: o Do not blindly add ODIN_FUNCTION macros to functions that
|
|---|
| 229 | get called very often. (like IsWindow, GetParent & IsWindowVisible)
|
|---|
| 230 | This tends to make logfiles very big...
|
|---|
| 231 | - WSOCK32: o Added IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP &
|
|---|
| 232 | IP_MULTICAST_TTL to setsockopt
|
|---|
| [6993] | 233 | o Add support for WS2_32 IPPROTO_IP options
|
|---|
| 234 | - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
|
|---|
| 235 | wsock32
|
|---|
| [6980] | 236 | - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
|
|---|
| 237 | (surflock/unlock)
|
|---|
| 238 |
|
|---|
| [6979] | 239 | 2001-10-10: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 240 | - KERNEL32: o added IOCTL_CDROM_EJECT_MEDIA
|
|---|
| 241 | IOCTL_CDROM_LOAD_MEDIA
|
|---|
| 242 | IOCTL_CDROM_PAUSE_AUDIO
|
|---|
| 243 | IOCTL_CDROM_STOP_AUDIO
|
|---|
| 244 | IOCTL_CDROM_RESUME_AUDIO
|
|---|
| [6985] | 245 | IOCTL_CDROM_PLAY_AUDIO_MSF
|
|---|
| [6979] | 246 | o added IOCTL_STORAGE_EJECT_MEDIA
|
|---|
| 247 | IOCTL_STORAGE_LOAD_MEDIA
|
|---|
| [6985] | 248 | IOCTL_DISK_EJECT_MEDIA
|
|---|
| 249 | IOCTL_DISK_CHECK_VERIFY
|
|---|
| [6994] | 250 | - IPHLPAPI: o added fake version of GetAdaptersInfo()
|
|---|
| [6998] | 251 | - ODINWRAP: o standard C compiler compatibility
|
|---|
| [7001] | 252 | - MAKE: o fixes to the profile make include
|
|---|
| 253 | - SHELL32: o PIDL: instrumentation for performance tuning
|
|---|
| [6979] | 254 |
|
|---|
| [6974] | 255 | 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 256 | - KERNEL32: o Image header page must be readonly
|
|---|
| 257 | o Temporarily disabled high memory usage for heap
|
|---|
| 258 |
|
|---|
| [6969] | 259 | 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 260 | - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
|
|---|
| [6971] | 261 | o added further messages to wndmsg.cpp
|
|---|
| [6969] | 262 | - KERNEL32: o added further error codes to error2WinError
|
|---|
| 263 |
|
|---|
| [6964] | 264 | 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 265 | - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
|
|---|
| 266 | if mp2 & AWP_ACTIVATE
|
|---|
| 267 | (fixes activation of some inactive windows; used to be
|
|---|
| 268 | activated but not brought to the top)
|
|---|
| 269 |
|
|---|
| [6959] | 270 | 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 271 | - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
|
|---|
| [7094] | 272 | - USER32: o Eliminated flickering during frame sizing due to
|
|---|
| [6962] | 273 | unnecessary drawing
|
|---|
| 274 | o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
|
|---|
| 275 | o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
|
|---|
| [6959] | 276 |
|
|---|
| [6953] | 277 | 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7094] | 278 | - QUARTZ/OLEAUT32:
|
|---|
| [6953] | 279 | o Wine 20011004 resync
|
|---|
| [6955] | 280 | - KERNEL32: o Reduce overhead for heap allocation
|
|---|
| 281 | o Always allocate heap memory from high memory (if available)
|
|---|
| [6956] | 282 | o Allocate extra heap memory in 64kb units
|
|---|
| [7094] | 283 | MUST use 64kb here or else we are at risk of running out
|
|---|
| 284 | of virtual memory space. (when allocating 4kb we actually
|
|---|
| [6956] | 285 | get 4kb + 60k uncommited)
|
|---|
| [7094] | 286 | (fixes out of resources error while loading big movies
|
|---|
| [6956] | 287 | in The Playa)
|
|---|
| [6953] | 288 |
|
|---|
| [6949] | 289 | 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 290 | - DDRAW: o Added stretching support for blitting to the screen
|
|---|
| 291 | (the Playa can now play movies in fullscreen mode)
|
|---|
| 292 |
|
|---|
| [6939] | 293 | 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [6940] | 294 | - WINMM: o Allocate handle for new timer and verify handle
|
|---|
| [7094] | 295 | is valid before using it.
|
|---|
| [6939] | 296 | (prevents crashes when app attempts to delete timer twice
|
|---|
| 297 | (DivX 4))
|
|---|
| 298 | - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
|
|---|
| 299 | o Take clipping into account in SurfBlt4. Windowed DirectDraw
|
|---|
| [7094] | 300 | blitting now seems to work well.
|
|---|
| [6939] | 301 | (only tried DivX 4; needs more testing)
|
|---|
| [6940] | 302 | - USER32: o Rewrote sizing & moving of windows (frame tracking)
|
|---|
| 303 | (ported Wine version + fixed some bugs)
|
|---|
| 304 | Some applications (e.g. RealPlayer) resize themselves
|
|---|
| 305 | when receiving WM_SIZING msgs. Not possible to send those
|
|---|
| 306 | with PM's frame tracking.
|
|---|
| 307 | TODO: fix flickering of size border (dynamic drag off)
|
|---|
| 308 | TODO: WM_SIZING handling not 100% correct yet
|
|---|
| 309 | TODO: Must display size/move cursor when starting action
|
|---|
| 310 | from system menu
|
|---|
| 311 | o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
|
|---|
| [6943] | 312 | - OLEAUT32: o Wine update
|
|---|
| [6939] | 313 |
|
|---|
| [6931] | 314 | 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 315 | - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
|
|---|
| [7094] | 316 | (Some dlls (divx codec) call CoFreeUnusedLibraries which
|
|---|
| [6940] | 317 | unloads the same dll if we use CoLoadLibrary (-> crash)
|
|---|
| [6931] | 318 | NT's regsvr32 doesn't use CoLoadLibrary either)
|
|---|
| [6939] | 319 | - USER32: o OSLibWinGetMsg bugfix
|
|---|
| [6931] | 320 |
|
|---|
| [6926] | 321 | 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 322 | - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
|
|---|
| 323 |
|
|---|