source: trunk/changelog@ 8778

Last change on this file since 8778 was 8778, checked in by sandervl, 23 years ago

* empty log message *

File size: 21.2 KB
RevLine 
[8778]1/* $Id: changelog,v 1.2189 2002-06-26 07:43:19 sandervl Exp $ */
[7715]2
[8778]3 2002-06-26: Sander van Leeuwen <sandervl@innotek.de>
4 - KERNEL32: o There are no bugs in the WGSS SystemTimeToFileTime &
5 DosDateTimeToFileTime functions;
6 Real problem lies in the fact that the times returned
7 by DosFindFirst, DosFindNext, DosQueryPathInfo &
8 DosQueryFileInfo are in local time; we must convert them
9 to file time (UTC)
10
11
[8776]12 2002-06-26: knut st. osmundsen <bird@anduin.net>
13 - KERNEL32\testcase:
14 o Added testcase for Test of SetConsoleCtrlHandler() and
15 GenerateConsoleCtrlEvent().
16 Note. The last part of it is known to fail since the
17 functions aren't 100% implemented yet.
18 o Added mini testcase for MultiByteToWideChar().
19 o Use the testsuite tools for unit testcases too.
20 - KERNEL32: o Partial implementation of Console Ctrl Handlers.
21 (Ctrl-Break and Ctrl-C)
22 o GetFileType on std files doesn't always return TYPE_CHAR.
23 Ask what kind of filehandle we have.
24 (Solves 'press key' problem with "wcc386.exe > file".)
25 o Enable writing to STDERR. (This might have brought into
26 light a redirection problem.)
27
[8761]28 2002-06-25: Sander van Leeuwen <sandervl@innotek.de>
29 - KERNEL32: o RegQueryValueExA(/W) fix for querying the length of string
30 key data; registry.dll returns the wrong value (too big;
31 appears size of internal storage)
[8764]32 o FileTimeToSystemTime fix (no problems with WGSS implementation)
[8767]33 o Removed bad unicode change
[8761]34
[8749]35 2002-06-25: knut st. osmundsen <bird@anduin.net>
[8761]36 - UNICODE: o Fancy 16 step fallthru case isn't cool if the src length
37 is bad.
38 - SHELL32: o Bad linked list walking. (accessed node after free)
39 - USER32: o Allocate space the two missing RGB2 entries.
40 o Use "%.*s" and "%.*ls" when we have a string with a length.
41 (Crashing in logging is awfull. Creates zombies!)
42 - ODINCRT: o Reserve low 32MB of address space before initializing
43 the CRT IF we compile with the debug heap (kLib).
[8749]44
[8748]45 2002-06-24: knut st. osmundsen <bird@anduin.net>
46 - Testsuite:
47 o Most of the watcom case done and working.
48 - Make: o Corrected LIB paths of the win32 watcom setup.
49
[8742]50 2002-06-21: knut st. osmundsen <bird@anduin.net>
51 - KERNEL32: o LCMapStringW fix
52
[8738]53 2002-06-20: Platon Fomichev <platon@innotek.de>
54 - COMCTL32: o Don't erase background for ownerdrawn listview controls
55 (LISTVIEW_RefreshReport)
56
[8732]57 2002-06-20: Sander van Leeuwen <sandervl@innotek.de>
58 - OLE32: o Drag 'n drop fix
59 - USER32: o Drag 'n drop fix
60 o Enabled drag 'n drop again
[8737]61 o Added DisableDragDrop
[8732]62
[8726]63 2002-06-20: knut st. osmundsen <bird@anduin.net>
64 - INSTALL: o Corrected quoting typos. ('User's Guide' -> 'User''s Guide')
[8731]65 - Tools: o Added ExecTestcase.cmd for executing a testing and do
66 result logging.
67 - Make: o Added TS_EXEC* and TS_LOGFILE macros to testsuite.tools.mk.
68 - Testsuite:
69 o Use ExecTestcase.cmd for executing the testcases.
70 Logging & execute all testcases nomatter return values.
71 o Added watcomc.mak which is pretty simple watcom tests.
72 (currently noone of them really work 100%.)
73 o TODO: Make a timeout executer which kills the children when
74 they've been executing too long. This is required in order to
75 run the testsuite without human interaction.
[8726]76
[8719]77 2002-06-19: Sander van Leeuwen <sandervl@innotek.de>
78 - OLE32: o Drag 'n drop fixes
[8726]79
[8719]80 2002-06-18: Sander van Leeuwen <sandervl@innotek.de>
81 - DINPUT: o SysMouseAImpl_GetDeviceData: check if internal dinput
82 mouse state is out of sync and update if necessary
83
[8704]84 2002-06-18: knut st. osmundsen <bird@anduin.net>
85 - Win32k: o Fixed compiler warning which caused the M$ compiler
86 to choke on some systems.
[8718]87 - Testsuite:
88 o A collection of testcases running real win32 apps.
89 Not finished, just an idea currently, intended for
90 testing odin releases and changes.
91 Currently limiting ourselfs to CUI progs.
92 o A simple DoxyGen testcase is checked in.
93 o Read the micro howto in testsuite/Makefile.
94 - Make: o Synced with outside world. (NMAKE5 changes mostly.)
95 o Added support for TARGET_MODE = TESTCASE.
96 o Added separate tools file for the testsuite.
[8704]97
[8701]98 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
99 - USER32: o Disabled drag 'n drop temporarily (not yet stable)
100
[8692]101 2002-06-16: Sander van Leeuwen <sandervl@innotek.de>
102 - KERNEL32: o Expand string when converting REG_EXPAND_SZ to REG_SZ
103 o Removed: LoadLibraryExA: expand library filename
104 (doesn't happen in Windows)
[8695]105 - INSTALL: o Create object for Odin User's Manual + fixed object
106 creation for OdinBug Manual
107 o Include OdinBug.HLP & OdinUser.INF
[8698]108 - SHELL32: o Fixed desktop object creation during win32 app install
[8692]109
[8664]110 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
[8668]111 - SETUPAPI: o Wine resync + added debug wrappers
[8673]112 - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
[8674]113 o Check for NULL parameters in GetFullPathNameW
[8684]114 o hmfile.cpp: ParsePath fix; check boundary
115 o LoadLibraryExA: expand library filename; might contain
116 environment variables
[8704]117 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
[8688]118 registry.dll doesn't like this type for some reason
[8684]119 - USER32: o Do proper filtering for PeekMessage
[8671]120 - NTDLL: o Forward heap functions to kernel32
[8676]121 - QUARTZ: o Removed old code (stub dll now)
[8678]122 - AVIFIL32: o Resync with Wine
[8682]123 - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
[8664]124
[8655]125 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
126 - USER32: o SetCustomWndHandleSemName added to override shared semaphore
[8704]127 name used to synchronize global window handle array access
[8655]128 (to avoid name clash with Odin)
[8657]129 - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
[8704]130 name used to synchronize global memory map list access
[8657]131 (to avoid name clash with Odin)
[8655]132
[8653]133 2002-06-13: Platon Fomichev <platon@innotek.de>
134 - USER32: o Only minimize or maximize window if appropriate style flag set
135
[8651]136 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
[8704]137 - KERNEL32: o If bytes present in COM device buffer, read them directly;
[8651]138 even for overlapped IO calls.
139
[8649]140 2002-06-11: Platon Fomichev <platon@innotek.de>
141 - SHELL32: o Ignore name changes for 'My Computer' and other non-file
142 objects (file dialogs)
143
[8646]144 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
[8641]145 - OLEAUT32, SHELL32:
146 o Some Wine updates
[8643]147 - KERNEL32: o Overlapped IO bugfixes
[8704]148 o Thread TEB linking bugfix
[8646]149 o Setup TEB structure before creating thread. Otherwise it's
150 created too late and thread functions called by the app
151 right after thread creation will fail.(e.g. SetThreadPriority)
[8641]152
[8635]153 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
154 - TOOLS\ODINBUG:
155 o Added VX-REXX sources for OdinBug
156 - DOC: o OdinBug.HLP update
157 - BIN: o OdinBug.exe update
158
[8630]159 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
160 - OLE32: o Fixed bug in StgStreamImpl_Seek
161 - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
162 (fixes crash in Java 1.4 install)
[8637]163 - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
164 overlapped IO
[8630]165
[8618]166 2002-06-09: knut st. osmundsen <bird@anduin.net>
167 - Makefiles:
168 o Exclude dummy.c from the dependencies.
169
[8615]170 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
171 - KERNEL32: o Corrections for Austrian NLS file
172
[8606]173 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
174 - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
175 communication
176 (fixes OpenOffice 1.0 crash during install (at 76%))
[8615]177 o Skip window handle 0x68000000 (otherwise more difficult
178 to compare logs with old builds)
[8622]179 o Logging changes for comparing source file names
[8623]180 o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
181 (fixes Java 1.4 installation (first dialog))
[8610]182 - COMDLG32: o GetFileDialog95W fix (check if template name is string or
183 numeric id)
184 (fixes OpenOffice 1.0 file open dialog crash)
[8606]185 - WININET: o Fixed shlwapi imports
[8619]186 - OLE32: o Resync with latest Wine
[8622]187 - OLEAUT32: o Resync with latest Wine
[8606]188
[8598]189 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
[8595]190 - SHELL32: o Moved resource files to subdir
191 - COMDLG32: o Compile fix + moved resource files to subdir
[8598]192 - KERNEL32: o Export OSLibDosDevIOCtl
193 - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
194 (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
195 package from May 2001 (or newer) or recent JJSCDROM)
196 - DDRAW: o Fixed clipping bug with non-frame windows
[8603]197 o Print FOURCCs supported by Dive
[8595]198
[8618]199 2002-06-08: knut *st. osmundsen <bird@anduin.net>
[8597]200 - TOOLS\WRC:o Compile fix
201
[8592]202 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
203 - SHLWAPI: o Resync with latest Wine & added LGPL license
204 - SHELL32: o Some updates for upcoming resync
205
[8590]206 2002-06-06: knut st. osmundsen <bird@anduin.net>
[8591]207 - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
[8590]208
[8581]209 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
[8590]210 - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
[8581]211 opening an existing file
212
[8578]213 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
214 - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
215
[8576]216 2002-06-06: Platon Fomichev <platon@innotek.de>
217 - SHELL32: o Always expand root when initializing treeview
218 o Do not sort tree in TVN_ITEMEXPANDINGA
219
[8569]220 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
221 - WINMM: o Put back original DART buffer size selection code
222 (new one messes up e.g. RealPlayer)
[8571]223 o Postpone recording when waveInStart called without
224 any buffers in the queue. Start in during next
225 waveInAddBuffer call.
[8573]226 o Fixed DART waveout resume
[8569]227
[8565]228 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
229 - USER32: o Fix for AltGr key combinations
[8567]230 - WINMM: o Updates for wave playback
[8565]231
[8554]232 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
233 - USER32, OLE32:
234 o Drag and drop fixes
[8561]235 - BIN\ODINBUG:
236 o Update by Herwig Bauernfeind (0.5.6a)
237 - DOC\MANUAL:
238 o Users manual sources by Herwig Bauernfeind
239 - DOC: o Added odinuser.inf by Herwig Bauernfeind
[8554]240
[8546]241 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
242 - USER32\CONTROLS:
243 o New dll for user32 controls (latest Wine)
244 (not activated, not finished (resync))
245 - USER32: o Moved drag & drop code to seperate file
[8550]246 o Updates for OLE drag 'n drop
[8549]247 - KERNEL32: o LogException: check lockcount before changing it on entry
[8547]248 (it is not always > 0 -> previously caused hang in exception
249 handler (zombie process))
[8550]250 - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
251 - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
252 (todo: Odin app -> WPS)
[8546]253
[8536]254 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
255 - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
256 performance
[8538]257 o DragQueryFileW fix
258 - WINMM: o Implemented minimal control change notification
259 - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
260 control (probably not 100% correct)
261 - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
[8590]262 (works in notepad; drag file object from WPS into notepad
[8538]263 window)
[8536]264
[8531]265 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
266 - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
267 - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
268 (with LLMHF_INJECTED flag set)
269
[8534]270 2002-05-31: Platon Fomichev <platon@innotek.de>
271 - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
272
[8529]273 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
274 - WINMM: o Mixer fixes
275
[8527]276 2002-05-30: Platon Fomichev <platon@innotek.de>
277 - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
278 (seems to be done in windows)
279
[8511]280 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
281 - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
282 (fixes AbiWord keyboard input)
[8516]283 - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
284 o mixerGetLineInfoW fix
[8590]285 - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
[8523]286 wrt cx parameter (when set to zero)
[8519]287 (fixes properties dialog of sndvol32.exe (windows mixer app))
[8521]288 o Updated status control to latest Wine & applied two
289 bugfixes (already sent to wine-patches)
[8511]290
[8513]291 2002-05-29: Platon Fomichev <platon@innotek.de>
292 - USER32: o GetAsyncKeyState fix for VK_MENU
[8525]293 - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
294 (invalidate control to prevent leftovers of size grip)
[8513]295
[8505]296 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
297 - REGSVR32: o Fixed startup
298 - WINMM: o Completely implemented mixerSetControlDetails
299 o Mixer updates
[8509]300 o Support added for master volume (ioctl90 mode)
[8507]301 o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
302 o Wave recording now works
[8505]303
304 2002-05-28: Platon Fomichev <platon@innotek.de>
[8502]305 - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
[8503]306 - KERNEL32: o Debugger updates
[8502]307
[8494]308 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
309 - WINMM: o Completely implemented mixerGetControlDetailsA/W
310 o Mixer updates
[8496]311 - TESTAPP\MIXER:
312 o Test application for mixer functions
[8494]313
[8487]314 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
315 - WINMM: o Fix for soundcards without ioctl90 mixer support
[8491]316 o Many mixer updates
[8487]317
[8484]318 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
319 - WINMM: o More mixer updates (not yet finished)
320
[8475]321 2002-05-23: Yuri Dario <mc6530@mclink.it>
322 - USER32: o Don't beep when unable to find menu item when alt key pressed
323
[8484]324 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
[8475]325 - WINMM: o Mixer updates (not yet finished)
326
[8473]327 2002-05-23: Platon Fomichev <platon@innotek.de>
328 - USER32: o Keyboard fixes for right alt & right shift
329
[8484]330 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
[8466]331 - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
332 (fixes RealPlayer (PostThreadMessage))
[8467]333 - WINMM: o Added debug wrappers
[8471]334 o Started with mixer api rewrite
[8466]335
[8484]336 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
[8460]337 - KERNEL32: o Round stack top & bottom (TIB) to page boundary
338
[8484]339 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
[8458]340 - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
341 since a dll that depends on dlls with an exitlist handler
342 doesn't get properly unloaded (initterm not called for unload
343 nor for a 2nd load)
344
[8455]345 2002-05-20: Dmitry Froloff <froloff@os2.ru>
346 - KERNEL32: o Removed 64 MB memory mapped file limit
347 o Fix for opening memory mapped file with size larger than
348 the file size
349
[8451]350 2002-05-17: Platon Fomichev <platon@innotek.de>
351 - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
352 if window is not visible (fixes endless loop in
353 property sheet when switching page with keyboard)
354
[8484]355 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
[8447]356 - OLEAUT32: o Resync with latest Wine
[8453]357 - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
358 (IOCTL_CDROM_CURRENT_POSITION only)
359 o IOCTL_CDROM_READ_TOC fix
[8447]360
[8435]361 2002-05-16: knut st. osmundsen <bird@anduin.net>
362 - MAKE: o Merged in latest changes.
363 o Create NewConfigure.cmd for this environment.
364 Try NewConfigure.cmd -? first.
365 (Do 'nmake needed' before calling this. (stupid!))
366 o Please note that this is still not 100% configured for
367 Odin32 yet. But eventually it will replace the existing
368 make system.
369
[8484]370 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
[8425]371 - NTDLL: o Partial resync with Wine
[8430]372 - KERNEL32: o Export some functions for NTDLL
373 o Fixed creation of logfile for executables on readonly volumes
374 o RegQueryInfoKeyW fix
[8437]375 o TLS fix for pe2lx images
376 - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
[8590]377 SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
[8437]378 SystemParametersInfoA parameters
[8440]379 - OLE32: o Resync with latest Wine
[8425]380
[8484]381 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
[8414]382 - DINPUT: o Made mouse code reentrant
[8417]383 - GDI32: o Fix for EnumFontFamiliesA/W
[8419]384 - SETUPAPI: o Resync with latest Wine
[8414]385
[8484]386 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
[8435]387 - KERNEL32: o CustForce2GBFileSize function added to force
[8407]388 GetVolumeInformation to tell the app all partitions are FAT
389 (2 GB file size limitation)
[8412]390 - COMCTL32: o Merged property sheet control with latest Wine version
[8407]391
[8405]392 2002-05-14: Platon Fomichev <platon@innotek.de>
393 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
394 SWP_FOCUS(DE)ACTIVATE message.
395
[8402]396 2002-05-10: Platon Fomichev <platon@innotek.de>
397 - KERNEL32: o Parallel port updates (use resource manager to query
398 hardware configuration)
399
[8484]400 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
[8399]401 - KERNEL32: o Applications are now allowed to read physical disks or
402 mounted partitions. Write access is only allowed for
403 unmounted partitions or floppy disks.
404 o Implemented GetFileSize for disk objects; corrected
405 return value for some failures (-1)
406
[8484]407 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
[8435]408 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
[8395]409 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
410 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
411 mountpoints (e.g. C:\)
412 o Rewrote FindFirst/NextVolume to use LVM interface (if
413 availabe; else fail)
414 o Extended GetDriveType & GetVolumeInformation for volume
415 names (instead of only disk names (e.g. C:\))
[8399]416 o GetVolumeInformation change: keep file system name if
417 NTFS or FAT32
418 o Implemented unmounted volume and physical disk access
[8395]419
[8484]420 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
[8383]421 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
422 toolbar, tab, pager, nativefont, imagelist code
423 o Updated license (LGPL) for comctl32
[8388]424 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
425 in NTDLL)
[8390]426 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
[8395]427 - KERNEL32: o Implemented volume & volume mountpoint functions
[8393]428 (win2k and up)
[8435]429 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
[8395]430 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
[8383]431
432 2002-05-08: Platon Fomichev <platon@innotek.de>
433 - COMCTL32: o Merged listview control with latest Wine
434
[8484]435 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
[8379]436 - USER32: o WH_MOUSE_LL hook fixes
437
[8378]438 2002-05-07: Platon Fomichev <platon@innotek.de>
439 - USER32: o Listbox/combobox fix for MFC apps
440 o SetParent doesn't change WS_CHILD style
441 o Experimental change for getParent
442
[8376]443 2002-05-07: knut st. osmundsen <bird@anduin.net>
444 - CmdQd: o The daemon shouldn't inherit standard handles when started.
445 (Hung the daily build, since we use tee to do logging.)
446
[8484]447 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
[8371]448 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
449
[8484]450 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
[8363]451 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
452 translation array
453
Note: See TracBrowser for help on using the repository browser.