source: trunk/changelog@ 3263

Last change on this file since 3263 was 3263, checked in by sandervl, 26 years ago

* empty log message *

File size: 22.7 KB
RevLine 
[3263]1 /* $Id: changelog,v 1.846 2000-03-28 17:23:58 sandervl Exp $ */
[2659]2
[3263]3 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
4 - KERNEL32: Added workaround for GetDiskFreeSpaceA; Open32 api doesn't
5 like NULL pointers
6
[3258]7 2000-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
8 - KERNEL32: Fixed VirtualQuery; cbLength is length of memory structure,
9 not range of pages
[3262]10 Fixed compare of imported api names with length < 4
[3258]11 Fixed OpenFile; if filename doesn't contain path, look for
12 it in:
13 1: dir from which the app loaded
14 2: current dir
15 3: windows system dir
16 4: windows dir
17 5: dirs in path path environment variable
18 NOTE: Icon extraction in shell32 is broken; expects PE
19 images even when looking for icons in shell32.
20 (it should use FindResourceExA/W when looking for resources
21 in that case)
22 - USER32: Fixed combobox focus changes when showing dropdown window
23 - WSOCK32: Added support for warp 4 error messages (0 based)
24
[3256]25 2000-03-28: Christoph Bratschi <cbratschi@datacomm.ch>
26 - SHELL32: don't use pdump() in release build
27 - GDI32: dump ROP2 mode
28
[3253]29 2000-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
30 - USER32: Fixed SetParent; remove child from parent's list (previously
31 didn't happen for children of the desktop)
32
[3250]33 2000-03-27: Christoph Bratschi <cbratschi@datacomm.ch>
34 - SHELL32: only scan dir once in CreateFolderEnumList
35 floppy drives have a fixed name
[3256]36 NOTE: delete 'bin\debug(release)\shres.*' or the resources
37 won't be updated
[3250]38
[3242]39 2000-03-26: Christoph Bratschi <cbratschi@datacomm.ch>
40 - COMDLG32:
41 - SHELL32: merged with Corel WINE 20000324
42
[3232]43 2000-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: Fixes for GetStdHandle
45 - WSOCK32: Fixes for getservbyname & getservbyport
46
[3230]47 2000-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
48 - KERNEL32: Fixed typo in pe loader (check for < 512 MB)
49 - USER32: Add size of space between two menu items when calculating
50 size of ownerdrawn menu item (fixes RealPlayer 7 menu)
51 - GDI32: Default format of 16 bits dibsection is RGB555
52 (fixes wrong colors when (sometimes) playing flash files
53 in RealPlayer 7)
54 - WSOCK32\NEW: Bugfixes
55 - WSOCK32: Replaced with new wsock32
56
[3219]57 2000-03-24: Achim Hasenmueller <achimha@innotek.de>
58 - WSOCK32\NEW: Made it compile with the TCP/IP V5
59 header files.
60 NOTE: should we rely on the 32bit
61 stack, is there any benefit for us?
[3221]62 - DPLAY: Added ordinals 2 and 3 to the def file, APIs
63 already seem to be implemented?!?
[3224]64 - COMDLG32: Fixed correct (Win95/OS2) dialog invocation
[3219]65
[3216]66 2000-03-24: Christoph Bratschi <cbratschi@datacomm.ch>
67 - USER32: fixed GetClipboardFormatNameW
68 fixed scrollbar memory leak
69 - SHELL32: fixed IDataObject_fnGetData return value (file dialog
70 is now usable)
71
[3204]72 2000-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
73 - KERNEL32: Fixed shared global mutex
74 Added VSemaphore class
75 - USER32: Fixed shared global mutex
76 TODO:
77 ---->> Compiler bug: during __ctordtorInit it calls the constructor
78 of global objects, even if the dll has already
79 been loaded!
[3211]80 Replaced WriteLogs by dprintfs
81 - WSOCK32\NEW: Added WSAAsyncSelect + bugfixes
[3204]82
[3201]83 2000-03-23: Christoph Bratschi <cbratschi@datacomm.ch>
84 - COMDLG32: improved file dialog combobox
85 - COMCTL32: removed static WINMM linking
86 several listview fixes
87
[3197]88 2000-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
[3200]89 - WSOCK32\NEW: Completely rewritten (removed dependancy on pmwsock)
90 Untested and unfinished (WSAAsyncSelect)
[3197]91
[3185]92 2000-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
93 - GDI32: Added RGB 555 to 565 conversion in dibsection blit.
94 (fixes wrong colors in RealPlayer 7 Update 1 (rm videos
95 only))
[3190]96 - include\odinwrap.h: Disable heap checking by default for debug
97 build -> kills performance!
[3185]98
99 2000-03-21: Edgar Buerkle <Edgar.Buerkle@gmx.net>
100 - MSVCRT: Adding logging statement to _EH_prolog
101
[3181]102 2000-03-21: Christoph Bratschi <cbratschi@datacomm.ch>
103 - COMCTL32: optimized header/treeview for AMD cpuid
104 fixed dispinfo callbacks
105 reduced listview redraws
106 fixed wrong ASCII definitions in commctrl.h
107
[3176]108 2000-03-20: David Raison <djr@lemur.co.uk>
109 - OLE32: Ported OleQueryCreateFromData, OleCreateFromData from
110 wine/corel sources.
[3179]111 - OLEAUT32: Bugfix in ITypeLibImpl_GetDocumentation
[3176]112
[3173]113 2000-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
114 - WSOCK32: Fixed relay bug in WSAAsyncSelect (delete relay slot
115 with same socket nr & window handle; there can
116 be more selects per window)
117
[3166]118 2000-03-19: David Raison <djr@lemur.co.uk>
119 - OLE32: Bugfixes.
120 Ported changes from wine/corel sources.
[3170]121 Created ReadClassStm, WriteClassStm, ProgIDFromCLSID
[3166]122
[3165]123 2000-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
124 - ODINCRT: Fixed FS wrapper for _fdopen & others in file.cpp
125 (missing SetFS)
126
[3163]127 2000-03-19: Michal Necasek <mike@mendelu.cz>
128 - DINPUT: Few fixes, now Fallout 1/2 almost works
129
[3161]130 2000-03-18: Michal Necasek <mike@mendelu.cz>
131 - DDRAW: Fixed messed up DPA callback calling convention
132 Added some transparent blit code which was
133 mysteriously missing
134
[3158]135 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3161]136 - MSVCRT: Implemented _EH_prolog
[3158]137
[3152]138 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>
[3161]139 - USER32: merged with Corel WINE 20000317
140 added GCL_HICONSM support
141 fixed messagebox with no icon
142 - COMCTL32: merged with Corel WINE 20000317 + bug fixes
[3152]143
[3151]144 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]145 - ODINCRT: Added FS wrapper for _fdopen
[3151]146 (fixes crash at exit in Professional MineSweeper when
147 selection About Odin from the system menu)
[3161]148
[3143]149 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>
[3161]150 - COMCTL32: fixed trackbar buddy alignment
151 added useful internal tooltip styles
[3143]152
[3141]153 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]154 - WSOCK32: Semaphore protection for relay slot alloc/free
[3141]155 Fixed bug in WSAAsyncSelect. Allow more than one
156 async call per window for RelayAlloc call. If it's not
157 alloced, pmwsock will return an error. Previously it was
158 overwriting slots for other async calls. (WSAAsyncGetHostName
159 in RealPlayer 7)
[3161]160 - KERNEL32: Fixed handle creation for thread 0.
[3141]161
[3130]162 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
[3136]163 - TOOLS\FASTDEP:
164 Speed optimizations: using AVL trees, include dir caching,
165 dependencies stored in AVL tree until all files has been
166 processes, buffered write.
167 Cyclic dependency check.
168 All files but the objectfiles now should have fully qualified paths.
[3130]169
[3136]170 - INCLUDE\PDWIN32.TOOLS:
171 DEPEND: Enabled cyclic check.
172
[3125]173 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]174 - USER32: Fixed virtual keycode of return key
[3141]175 TODO: Not done for all keys. Should probably looks at the
176 scancode (not virtual char) to translate keys.
[3161]177 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call
[3125]178 GetWindowDC(GetDesktopWindow()) in that case
179 -> fixes crash (result of CreateDIBSection failure)
180 TODO: Looks like this is allowed in NT, but need to check
181 this to be sure nothing else caused this problem.
182 (Note: most recent RealPlayer 7 version only)
[3161]183 - KERNEL32: Semaphore protection of handle alloc
[3125]184 Added handlemanager class for thread handles
185 Added workaround for Open32 WaitForSingleObject bug
[3130]186 (if thread is terminated and WaitForSingleObject is
[3125]187 called with the thread's handle -> never returns
188 (new rp7 hang at exit))
189 TODO: WaitForMultipleObjects can still hang ->
190 Event, semaphore, mutex & wait apis need to
191 be redesigned (not using Open32)
192
[3116]193 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
[3161]194 - USER32: implemented much faster LB_SETCOUNT
[3116]195
[3109]196 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]197 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
[3109]198 (why was this commented out?)
199 Fixed combobox: Clear CBF_SELCHANGE flag before calling
200 CBUpdateEdit
201 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY
202 flag is set (by combo_handletext)
203 -> fixes infinite loops in RealPlayer 7 (type name of file
204 previously used in edit box; last letter entered -> crash)
[3161]205 AdjustWindowRectEx bugfix (reported by Robert Lalla)
[3118]206 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
207 -> fixes wrong resolution changes in Quake 2
208 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
209
[3161]210 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
[3130]211 CreateFile. (otherwise it fails) -> fixes RealPlayer 7
[3125]212 Basic (new update).
213
[3109]214 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
215 winsock returns WSAEINVAL if size > 64k))
216 Only change size if setsockopt returns WSAINVAL (32 bits stack
[3125]217 should support size > 64 kb (?))
218 Added selective logging feature.
[3109]219
[3106]220 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
[3161]221 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
[3106]222 i.e. 'c:'; needs to be changed into 'c:\'
223
[3100]224 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]225 - include\winconst.h: Fixed KEY_ALL_ACCESS definition
[3100]226 (reported by Yuri Dario)
[3161]227 - DSOUND: Replaced dsound by new version
228 - USER32: Replaced os2.h includes by os2wrap.h
[3104]229 Set message nr, wParam & lParam to 0 for dummy messages
230 (to prevent keyboard or mouse messages swallowed by dinput
231 from being dispatched)
[3161]232 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
[3104]233 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
234 winsock returns WSAEINVAL if size > 64k)
[3100]235
[3097]236 2000-03-12: Michal Necasek <mike@mendelu.cz>
237 - dsound\new: Fixed sound in Heroes of M&M III
238
[3094]239 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3161]240 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
[3094]241
[3089]242 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
243 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in
244 the toolkit sys\time.h.
245 - TOOLS\BIN: Implemented an optional directory locking in
246 dowithdirs.cmd. (Useful for SMP builds.)
247
[3085]248 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
[3161]249 - OPENGL\GLUT: Fixed compile problems + cleanup
[3089]250 (use C(XX)FLAGS_WIN32APP so you don't have to
[3085]251 explicitely specify which api type you use (ascii or unicode)!)
252
[3161]253 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
254 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
[3085]255
[3080]256 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
257 - OPENGL: Fixed error preventing build to complete
258
[3077]259 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
260 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init
[3080]261 Create DDRAW & DSOUND registry keys in InitRegistry
[3077]262 (NOTE: Must be done in install program!)
263 Added some win95 stubs
[3080]264 - GDI32: Added 16 bits device apis stubs
[3077]265
[3073]266 2000-03-10: Michal Necasek <mike@mendelu.cz>
267 - dsound\new: Changed DART buffer size calcualation, hopefully
268 WinAmp will sound better now.
269
[3069]270 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
271 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd
272 - tools\bin\Exists.cmd: New tool which checks if the file passed in
273 exists. If the file exists it returns 0, else 1. This is
274 used to check if .depend and other files exists in the
275 makefiles. (See pdwin32.post to see how.)
276 - include\pdwin32.post: .depend is only included if it exists. You'll
277 get a warning if it don't, but the makefile works fine.
278 Added a check on OBJDIR not being empty in the clean rule.
279 $(RM) $(OBJDIR)\* is will remove all files in the root dir if
280 OBJDIR is empty.
281 - win32k: Updated makefile with the use of EXISTS for both .depend and
282 makfile.inc. An update check for makefile.inc <-> configure.cmd
283 was also added.
284 Added checks for empty variables in clean rule, and we no longer
285 deletes * in any directory.
286
287 A CVS tip:
288 When new directories are added you have to to a 'cvs checkout .'
289 from the root.
290 A 'cvs update' don't get the new directories it seems
291 (There have been added some dirs under win32k lately so please do this.)
292
[3061]293 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
[3069]294 - KERNEL32: Major rewrite of PE loader classes to correctly support
[3061]295 dll dependencies
296 TODO: Circular dependencies only partly working
[3077]297 (a->b->a works, but a->b->c->a doesn't)
[3069]298 - USER32: Fixed bug in dialog constructor (class name translation)
[3061]299 (only showed up in release build)
[3070]300 Dinput mouse changes/fixes
[3061]301
[3049]302 2000-03-08: Michal Necasek <mike@mendelu.cz>
[3050]303 - dsound\new: Fixed volume and panning calculation that
304 sometimes caused ugly noise
305
306 2000-03-08: Michal Necasek <mike@mendelu.cz>
[3049]307 - dsound\new: Completely new DART-based DirectSound. Works fine
308 for me with Quake 3, Moorhuhn and WinAmp.
309
[3069]310 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
[3034]311 - makefiles and include\pdwin32.*:
312 * Updated nearly all makefiles to the new makefile style.
313 Win32k, pe2lx and some subdirs of Winmm
314 * Odin32 resource files are now to have the extention .orc
315 All files have, save some under WinMM and in old/new dirs,
316 been renamed. There are now new interference rules in
317 pdwin32.tools which will create the resource assembly and
318 assemble it into an object file. So you simply have to
319 specify the output object file for Odin32 resources along
320 with the other object files.
321 * A little not on forwarders. ILINK returns a warning code of
322 4 when aliases are generated. An errorcode <> 0 stops NMAKE
323 normally. To workaround these problem we simply tell NMAKE to
324 accespt all error codes in the range 0-4. This is done by
325 putting '-4 ' in front of the $(LD2) statement.
326 I don't want to see _any_ '-$(LD2)'!!!
327
328
[3029]329 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3049]330 - USER32: Fixed bug in edit control
331 If nyoff > nr lines in control -> bottom line in control
332 window should show last line of control
333 Wine code shows last line at the top of the control
334 (Quake 3 startup edit control shows the problem)
[3029]335
[3034]336 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
[3025]337 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the
338 OS/2 resource compiler and the flags used during compilation.
339 When it comes to linking we should assume NO flags and simply
340 invoke the it like this: $(OS2RC) <source>.res <target>.dll.
341 (See src\kernel32\makefile for an example.)
342
[3022]343 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
344 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but
345 error in calling convention prototype in glutint.h
346
[3000]347 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
348 - GLUT32: Added logic to escape from optimizer bug in VACPP
349
[2997]350 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
[3021]351 - fastdep: Simple preprocessor. Commments and #if 0/1.
[3012]352 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles
353 Didn't concider the NODEBUGINFO macro causing daily builds
354 to become enormous. Daily build of 6MB is not good!.
[2997]355 - include\pdwin32.v*.*:
356 *Alternate linker tool, LD2. This is ilink for VAC.
357 (See src\kernel32\makefile for hints how to use it).
358 *Synced configuration for the two VAC versions.
359
360 NOTE that NODEBUGINFO and DEBUGALL is handled within these
361 files. You don't have to test for them to set the correct
362 compiler and linker flags, this is allready done!
363
[2993]364 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>
[3022]365 - INCLUDE\pdwin32.tools, pdwin.vac*
[3018]366 Added new build rules (conditional at this time)
367 For each dll a subdir bin\release & bin\debug is created
368 in which the object files of the release & build version
369 are saved.
370 - INCLUDE\pdwin32.post
371 Common makefile rules to be included by all makefiles
[3049]372 - USER32\KERNEL32: Switched to new build rules
373 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't
[3017]374 adjusted)
[3049]375 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)
[3009]376 Partially fixed destruction of loaded dlls in ExitProcess
377 (TODO: dependencies are not yet right; needs new design)
[3049]378 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
[3009]379 to hmdevio.cpp
[3049]380 - USER32: Pass on keyboard messages if dinput handler returns TRUE
[3009]381 Also send non-client mouse messages to dinput
382 (TODO: always returns true after calling dinput handler)
[3049]383 - OPENGL\GLIDE:
384 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
[3009]385 to hmdevio.cpp (reported by Michal Necasek)
[2993]386
[2991]387 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>
[2989]388 - DDRAW: Fixed bug in CreateSurface and QueryInterface
389 (Moorhuhn now starts fine with ddraw)
[2991]390 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D
391 in the virtualKeyTable
[2993]392
393 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>
[3000]394 - KERNEL32: Create shell dirs in odin\bin directory
[2981]395 Cleanup (never call Open32 apis directly if the proc
396 isn't a wrapper; include win32api.h and call Odin api)
397 Fixed FS corruption for DosAliasMem
[2986]398 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's
399 fixup section doesn't start on page boundary)
[3000]400 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them
[2981]401 there (importing them directly creates a circular
402 dependency (kernel32->advapi32->kernel32))
403 Should probably be moved to ntdll
[3000]404 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample
[2986]405 (Realplayer 7 audio now works (when playing .rm files))
[2981]406
[2980]407 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
[3000]408 - KERNEL32: Fixed calling convention bug in conprop2.cpp
[2980]409 (caused crashes with release build)
410
[2966]411 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3000]412 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
413 - OPENGL\MESA: Reapplied TLS fixes
[2975]414 Check for null pointer in wglSetPixelFormat
[3000]415 - OPENGL\MESA\3dfx: Use c files from Mesa dir
[2975]416 Check for null pointer in wglSetPixelFormat
[3000]417 - WINMM: Fixed DartWaveOut::getPosition (overflow)
[2972]418 (fixes mp3 playback in RealPlayer 7)
[3000]419 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
[2974]420 if app wants to change dir to "\")
421 Create shell folders + shell keys
422 (NOTE: This has to be done in the odin install program
423 once we have one)
[3000]424 - ADVAPI32: Added crypt api stubs
[2966]425
[2962]426 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
427 - OPENGL: Implemented DIVE support in Mesa
428
[2957]429 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
[2974]430 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
431 (FindWindowExW was not working correctly either)
432 First send WM_NCACTIVATE, then WM_ACTIVATE
433 Fixed focus problems with Odin apps
434 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
435 WinSetActiveWindow when a user clicks on the titlebar
436 of an inactive window & after sending WM_MOUSEACTIVATE)
437 TODO: Does WinSetActiveWindow work properly or should we
438 always call WinSetFocus???
439 Call Dinput handler when translating mouse & keyboard
440 messages (during Get/PeekMessage)
441 - OPENGL: Always build release version of glide, mesa, glu32 & glut
442 Build mesa software & 3dfx dlls; don't build OS/2 opengl
443 wrapper anymore
444 - OPENGL\GLIDE\CVG\GLIDE:
445 Disable instruction scheduling in release build -> messed up
[3000]446 colors when turned on (most likely VAC optimizer bug)
[2974]447 TODO: Somebody should also check this for the voodoo 1 glide dll.
[3000]448 - OPENGL\GLIDE\CVG:
449 Fixed makefile
450 - OPENGL\MESA\GL\gl.h
451 Removed circular header dependency (breaks build)
452 - OPENGL\MESA\3dfx:
[3049]453 Copy 3dfx opengl32.dll to bin\glide
[2957]454
455 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3049]456 - USER32: Fixed dprintf in CreateWindowExW
[3100]457 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
[2957]458
Note: See TracBrowser for help on using the repository browser.