wine
23 years agoImplemented the DirectSound HAL mode for DMA primary buffers, with a
Ove Kaaven [Sat, 24 Jun 2000 12:54:49 +0000 (12:54 +0000)] 
Implemented the DirectSound HAL mode for DMA primary buffers, with a
10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
DirectSound to use (so drivers like wineoss have some way of knowing
what to prepare itself for).

23 years agoImplemented/stubbed IconSize() and ControlPanelInfo() needed for Win
Andreas Mohr [Sat, 24 Jun 2000 12:54:00 +0000 (12:54 +0000)] 
Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
2.0 control.exe and paint.exe.

23 years agoAdded IDI_WINLOGO.
Hidenori Takeshima [Sat, 24 Jun 2000 12:52:53 +0000 (12:52 +0000)] 
Added IDI_WINLOGO.

23 years agoDon't block endlessly after last debugged process has exited.
Eric Pouech [Sat, 24 Jun 2000 12:52:13 +0000 (12:52 +0000)] 
Don't block endlessly after last debugged process has exited.

23 years agoAdded (back) correct behavior for NULL ptrs in CharToOem funcs.
Eric Pouech [Sat, 24 Jun 2000 12:51:48 +0000 (12:51 +0000)] 
Added (back) correct behavior for NULL ptrs in CharToOem funcs.

23 years agoFixed some OOM conditions in GlobalAlloc.
Eric Pouech [Sat, 24 Jun 2000 12:51:24 +0000 (12:51 +0000)] 
Fixed some OOM conditions in GlobalAlloc.

23 years agoAdded missing #include <math.h>.
Gerald Pfeifer [Sat, 24 Jun 2000 12:50:56 +0000 (12:50 +0000)] 
Added missing #include <math.h>.

23 years agoRemoved MIME garbage.
Alexandre Julliard [Sat, 24 Jun 2000 12:50:33 +0000 (12:50 +0000)] 
Removed MIME garbage.

23 years agoCreate xlib ddsurfaces with correct reference counts.
Marcus Meissner [Sat, 24 Jun 2000 12:50:08 +0000 (12:50 +0000)] 
Create xlib ddsurfaces with correct reference counts.

23 years agoSplit bidi16.c and network.c out of misc/ into their respective dlls.
Alexandre Julliard [Sat, 24 Jun 2000 12:41:05 +0000 (12:41 +0000)] 
Split bidi16.c and network.c out of misc/ into their respective dlls.

23 years agoSplit the build program in several files.
Alexandre Julliard [Fri, 23 Jun 2000 20:15:35 +0000 (20:15 +0000)] 
Split the build program in several files.
Renamed it 'winebuild' to avoid possible conflicts.
Cleaned up command-line parsing.
Make it understand -fPIC instead of -pic.
Merged call16.s and call32.s generated files.

23 years agoAdded more ordinals to KERNEL, GDI, USER and system drivers
Andreas Mohr [Fri, 23 Jun 2000 17:10:50 +0000 (17:10 +0000)] 
Added more ordinals to KERNEL, GDI, USER and system drivers
(Windows 1.1, 2.0).

23 years ago_common_depth_to_pixelformat() returns -1 and not zero, if a mode is
Peter Ganten [Fri, 23 Jun 2000 16:54:23 +0000 (16:54 +0000)] 
_common_depth_to_pixelformat() returns -1 and not zero, if a mode is
supported.

23 years agoAvoid gratuitously changing the ZORDER.
Dave Hawkes [Fri, 23 Jun 2000 16:53:52 +0000 (16:53 +0000)] 
Avoid gratuitously changing the ZORDER.

23 years agoUse correct bpp for the X side of the surface XImages.
Marcus Meissner [Fri, 23 Jun 2000 16:52:53 +0000 (16:52 +0000)] 
Use correct bpp for the X side of the surface XImages.
Cleaned up Xlib_Surface_Release so it is a bit more readable.
use VirtualAlloc for conversion-programside buffer to simplify
handling.

23 years agoGlobalFree16 returns NULL on success, but DestroyAcceleratorTable
Dave Hawkes [Fri, 23 Jun 2000 16:51:19 +0000 (16:51 +0000)] 
GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
should return TRUE on success.

23 years agoDump FourCC correctly, print conversion messages, add reference to
Marcus Meissner [Fri, 23 Jun 2000 16:50:24 +0000 (16:50 +0000)] 
Dump FourCC correctly, print conversion messages, add reference to
ddraw in DDSurface::GetDDInterface.

23 years agoRestrict nTimeout to 0-32767, since it is a 16bit value in X.
Marcus Meissner [Fri, 23 Jun 2000 16:49:46 +0000 (16:49 +0000)] 
Restrict nTimeout to 0-32767, since it is a 16bit value in X.

23 years agoException handling for SIGFPE must always clear the FPU interrupt
Dave Hawkes [Fri, 23 Jun 2000 16:49:09 +0000 (16:49 +0000)] 
Exception handling for SIGFPE must always clear the FPU interrupt
status.

23 years agoMoved shared crtdll/ntdll functions into ntdll.
Alexandre Julliard [Fri, 23 Jun 2000 16:16:30 +0000 (16:16 +0000)] 
Moved shared crtdll/ntdll functions into ntdll.
Made crtdll a separate dll.

23 years agoCleaned up a few inter-dll dependencies.
Alexandre Julliard [Fri, 23 Jun 2000 16:13:33 +0000 (16:13 +0000)] 
Cleaned up a few inter-dll dependencies.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 23 Jun 2000 15:47:36 +0000 (15:47 +0000)] 
Fixed some issues found by winapi_check.

23 years agoFixed some warnings.
Patrik Stridvall [Fri, 23 Jun 2000 15:47:14 +0000 (15:47 +0000)] 
Fixed some warnings.

23 years ago- Minor API files fixes.
Patrik Stridvall [Fri, 23 Jun 2000 15:46:26 +0000 (15:46 +0000)] 
- Minor API files fixes.
- Minor bug fixes and additions.

23 years agoRestructure DirectSound. Remove dsound thread, use MM timers
Ove Kaaven [Fri, 23 Jun 2000 15:45:05 +0000 (15:45 +0000)] 
Restructure DirectSound. Remove dsound thread, use MM timers
instead. Implemented the DirectSound HEL, with the ability to
prebuffer 300ms of sound, while maintaining play latency of 40ms, and
the exact playposition (Starcraft cinematics are lip-synched).  Some
initial HAL support.

23 years agoReplaced the BUILTIN32_dlopen() ERR() by a WARN().
Andreas Mohr [Fri, 23 Jun 2000 15:36:27 +0000 (15:36 +0000)] 
Replaced the BUILTIN32_dlopen() ERR() by a WARN().

23 years agoAdded include/winresrc.h for porting with winelib.
Hidenori Takeshima [Fri, 23 Jun 2000 15:35:54 +0000 (15:35 +0000)] 
Added include/winresrc.h for porting with winelib.

23 years agoMerged DeviceCapabilities and DeviceCapabilitiesA.
Francois Gouget [Fri, 23 Jun 2000 15:34:52 +0000 (15:34 +0000)] 
Merged DeviceCapabilities and DeviceCapabilitiesA.

23 years agoMerged MCIWndCreate and MCIWndCreateA.
Francois Gouget [Fri, 23 Jun 2000 15:34:25 +0000 (15:34 +0000)] 
Merged MCIWndCreate and MCIWndCreateA.

23 years agoCLSIDFromString apparently also accepts ProgIDs as an input string.
Huw D M Davies [Fri, 23 Jun 2000 15:33:31 +0000 (15:33 +0000)] 
CLSIDFromString apparently also accepts ProgIDs as an input string.

23 years agoAdded SC_ICON/SC_ZOOM (obsolete macros).
Hidenori Takeshima [Fri, 23 Jun 2000 15:32:05 +0000 (15:32 +0000)] 
Added SC_ICON/SC_ZOOM (obsolete macros).

23 years agoAdded prototypes for new InternetCheckConnection*.
Marcus Meissner [Fri, 23 Jun 2000 15:30:50 +0000 (15:30 +0000)] 
Added prototypes for new InternetCheckConnection*.

23 years agoCleaned up a few inter-dll dependencies.
Alexandre Julliard [Tue, 20 Jun 2000 20:59:27 +0000 (20:59 +0000)] 
Cleaned up a few inter-dll dependencies.

23 years agoFixed problems with compilation/install out of source tree.
Alexander V. Lukyanov [Tue, 20 Jun 2000 20:50:50 +0000 (20:50 +0000)] 
Fixed problems with compilation/install out of source tree.

23 years agoOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
Noomen Hamza [Tue, 20 Jun 2000 20:49:53 +0000 (20:49 +0000)] 
OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
the CLSID of the OLE object is not found in the registry. Fixed.

23 years agoMake WritePrivateProfileSectionA care for "" and NULL as the
Uwe Bonnes [Tue, 20 Jun 2000 20:48:46 +0000 (20:48 +0000)] 
Make WritePrivateProfileSectionA care for "" and NULL as the
string argument. New function PROFILE_DeleteAllKeys.

23 years agoFixed format strings.
Gerald Pfeifer [Tue, 20 Jun 2000 20:34:41 +0000 (20:34 +0000)] 
Fixed format strings.

23 years agoFix a crash in winhelp caused by hmemcpy16 without prototype.
Rein Klazes [Tue, 20 Jun 2000 20:34:11 +0000 (20:34 +0000)] 
Fix a crash in winhelp caused by hmemcpy16 without prototype.
Fix some compiler warnings.

23 years agoFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
Alexandre Julliard [Tue, 20 Jun 2000 20:24:14 +0000 (20:24 +0000)] 
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.

23 years agoFixed WHDR_DONE race condition.
Ove Kaaven [Tue, 20 Jun 2000 20:18:09 +0000 (20:18 +0000)] 
Fixed WHDR_DONE race condition.

23 years agoImplemented StrCatBuff.
Huw D M Davies [Tue, 20 Jun 2000 20:17:39 +0000 (20:17 +0000)] 
Implemented StrCatBuff.

23 years agoAdded typedef of DROPFILES.
Hidenori Takeshima [Tue, 20 Jun 2000 20:16:55 +0000 (20:16 +0000)] 
Added typedef of DROPFILES.

23 years agoAdded ResultFromScode/GetScode (obsolete macros).
Hidenori Takeshima [Tue, 20 Jun 2000 20:16:32 +0000 (20:16 +0000)] 
Added ResultFromScode/GetScode (obsolete macros).

23 years agoMoveToEx: return TRUE even if there is no driver implementation.
Dave Hawkes [Tue, 20 Jun 2000 20:15:38 +0000 (20:15 +0000)] 
MoveToEx: return TRUE even if there is no driver implementation.

23 years agoProtect against programs creating parts with negative width.
Gerard Patel [Tue, 20 Jun 2000 20:13:24 +0000 (20:13 +0000)] 
Protect against programs creating parts with negative width.

23 years agoUse GetSystemDefaultLangID() instead of WINE_LanguageId.
Dmitry Timoshkov [Sun, 18 Jun 2000 19:31:19 +0000 (19:31 +0000)] 
Use GetSystemDefaultLangID() instead of WINE_LanguageId.

23 years ago- cleaned-up break handling
Eric Pouech [Sun, 18 Jun 2000 19:30:24 +0000 (19:30 +0000)] 
- cleaned-up break handling
- better integration of debugger inner loops (parser & events)
- added attach command
- improved parser so that it can be entered without any process loaded
- added BreakOnFirstChance internal variable
- disabled NE module symbol module (which is broken with ASS)
- misc portability cleanups

23 years ago- Fixed a memory corruption in safe arrays when using SafeArrayCopy()
Stephane Lussier [Sun, 18 Jun 2000 19:29:40 +0000 (19:29 +0000)] 
- Fixed a memory corruption in safe arrays when using SafeArrayCopy()
  function with a SafeArray created with FADF_FIXEDSIZE.
- Added more FADF flags in the .h file.
- FADF flags were defined twice, corrected the situation.

23 years agoDo not assume that double byte font == unicode font.
Dmitry Timoshkov [Sun, 18 Jun 2000 19:28:42 +0000 (19:28 +0000)] 
Do not assume that double byte font == unicode font.

23 years agoAdded some missing prototypes.
Francois Gouget [Sun, 18 Jun 2000 17:26:44 +0000 (17:26 +0000)] 
Added some missing prototypes.
Define the HDRAWDIB handle type.

23 years agohmemcpy16 is a Win16 API, the macro is hmemcpy.
Francois Gouget [Sun, 18 Jun 2000 17:24:34 +0000 (17:24 +0000)] 
hmemcpy16 is a Win16 API, the macro is hmemcpy.

23 years agoCreated an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
James Hatheway [Sun, 18 Jun 2000 17:23:17 +0000 (17:23 +0000)] 
Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
functions already implemented.

23 years agoFixed port status query.
Eric Pouech [Sun, 18 Jun 2000 17:22:13 +0000 (17:22 +0000)] 
Fixed port status query.

23 years agoAdded DirectSound device driver header file.
Ove Kaaven [Sun, 18 Jun 2000 17:21:50 +0000 (17:21 +0000)] 
Added DirectSound device driver header file.

23 years agoMake the base relocation message a WARN, not a FIXME.
Ove Kaaven [Sun, 18 Jun 2000 17:21:12 +0000 (17:21 +0000)] 
Make the base relocation message a WARN, not a FIXME.

23 years agoDistinguish between SUBDIRS and INSTALLSUBDIRS.
Gerald Pfeifer [Sun, 18 Jun 2000 17:20:53 +0000 (17:20 +0000)] 
Distinguish between SUBDIRS and INSTALLSUBDIRS.

23 years agoCB_SETCURSEL should not generate another listbox event after updating
Gerard Patel [Sun, 18 Jun 2000 17:20:37 +0000 (17:20 +0000)] 
CB_SETCURSEL should not generate another listbox event after updating
the edit box.

23 years agoWM_PAINT should be processed only by the TREEVIEW_Paint function, so
Noomen Hamza [Sun, 18 Jun 2000 17:20:11 +0000 (17:20 +0000)] 
WM_PAINT should be processed only by the TREEVIEW_Paint function, so
we don't need to call DefWindowProcA function within TREEVIEW_Paint.

23 years agoWe must return the atom of the class in GetClassInfoEx instead of just
James Hatheway [Sun, 18 Jun 2000 17:19:38 +0000 (17:19 +0000)] 
We must return the atom of the class in GetClassInfoEx instead of just
TRUE.

23 years agoAdded a stub for CoCreateFreeThreadedMarshaler().
James Hatheway [Sun, 18 Jun 2000 17:18:53 +0000 (17:18 +0000)] 
Added a stub for CoCreateFreeThreadedMarshaler().

23 years agoReimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
Dmitry Timoshkov [Sun, 18 Jun 2000 17:18:18 +0000 (17:18 +0000)] 
Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.

23 years agoGetSystemMenu called with bRevert argument set to TRUE now returns
Francois Jacques [Sun, 18 Jun 2000 17:17:54 +0000 (17:17 +0000)] 
GetSystemMenu called with bRevert argument set to TRUE now returns
NULL as specified in Platform SDK.

23 years agoFixed memory access outside of the range for source bits in 24-bit bitmaps.
Stephane Lussier [Sun, 18 Jun 2000 17:17:31 +0000 (17:17 +0000)] 
Fixed memory access outside of the range for source bits in 24-bit bitmaps.

24 years agoMake IIDFromString point to CLSIDFromString.
Francois Jacques [Fri, 16 Jun 2000 21:53:06 +0000 (21:53 +0000)] 
Make IIDFromString point to CLSIDFromString.

24 years ago- better error check when importing functions via GetProcAdress
Juergen Schmied [Fri, 16 Jun 2000 21:51:33 +0000 (21:51 +0000)] 
- better error check when importing functions via GetProcAdress
- replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
- changed call order when browsing to different folder (crash with native shell)
- removed Move call since IShellview_CreateViewWindow creates it already in
  the right rect

24 years ago- fixed null-pidl from _ILCreateControl
Juergen Schmied [Fri, 16 Jun 2000 21:50:59 +0000 (21:50 +0000)] 
- fixed null-pidl from _ILCreateControl
- some more no-name functions in shlwapi

24 years agoKeep an internal copy of the icon.
Francois Jacques [Fri, 16 Jun 2000 21:48:57 +0000 (21:48 +0000)] 
Keep an internal copy of the icon.

24 years agoReorder the __attribute__ directive in the legacy macros for
Francois Gouget [Fri, 16 Jun 2000 21:48:24 +0000 (21:48 +0000)] 
Reorder the __attribute__ directive in the legacy macros for
compatibility with old g++ compilers.

24 years agoFixes to CreateDIBSection and other areas where biSizeImage is
Ken Coleman [Fri, 16 Jun 2000 21:48:02 +0000 (21:48 +0000)] 
Fixes to CreateDIBSection and other areas where biSizeImage is
incorrectly assumed to be correct if it non-zero.  This fixes a
crashing problem in Sid Meier's Alpha Centauri.

24 years agoRelease 20000614. wine-20000614
Alexandre Julliard [Thu, 15 Jun 2000 03:00:30 +0000 (03:00 +0000)] 
Release 20000614.

24 years agoImplemented the More Windows... menu item for MDI.
David Lassonde [Thu, 15 Jun 2000 01:03:32 +0000 (01:03 +0000)] 
Implemented the More Windows... menu item for MDI.

24 years agoCheck again for GetNextDlgTabItem after return from WM_INITDIALOG
Sheri Steeves [Thu, 15 Jun 2000 01:00:42 +0000 (01:00 +0000)] 
Check again for GetNextDlgTabItem after return from WM_INITDIALOG
message in dialog creation.

24 years agoSet clipping region to client window in LISTBOX_Paint.
Gerard Patel [Thu, 15 Jun 2000 00:58:42 +0000 (00:58 +0000)] 
Set clipping region to client window in LISTBOX_Paint.

24 years agoMore verbose error message.
Andreas Mohr [Thu, 15 Jun 2000 00:32:13 +0000 (00:32 +0000)] 
More verbose error message.

24 years agocp_mbstowcs: check functions return zero on success.
Uwe Bonnes [Thu, 15 Jun 2000 00:31:12 +0000 (00:31 +0000)] 
cp_mbstowcs: check functions return zero on success.

24 years agoGetFullPathName: get "drive" value too for absolute paths.
Uwe Bonnes [Thu, 15 Jun 2000 00:30:26 +0000 (00:30 +0000)] 
GetFullPathName: get "drive" value too for absolute paths.

24 years agoCreateSpoolFile is called with a dos name, we have to make sure that
Frederic Boulanger [Thu, 15 Jun 2000 00:29:54 +0000 (00:29 +0000)] 
CreateSpoolFile is called with a dos name, we have to make sure that
when we create the spoolfile we use the unix name associated to the
dos file name.

24 years ago- add prototypes for serial API functions
Mike McCormack [Thu, 15 Jun 2000 00:15:11 +0000 (00:15 +0000)] 
- add prototypes for serial API functions
- correct existing serial API prototypes incorrectly using DWORD
  instead of HANDLE
- define more structures and values in serial API

24 years agoAdded a NULL pointer check within DCE_AddClipRects function.
Noomen Hamza [Thu, 15 Jun 2000 00:12:12 +0000 (00:12 +0000)] 
Added a NULL pointer check within DCE_AddClipRects function.

24 years agoOptimized implementation of LoadStringA.
Dmitry Timoshkov [Thu, 15 Jun 2000 00:11:06 +0000 (00:11 +0000)] 
Optimized implementation of LoadStringA.

24 years agoText of WWN article "The X11 driver".
Ove Kaaven [Thu, 15 Jun 2000 00:10:41 +0000 (00:10 +0000)] 
Text of WWN article "The X11 driver".

24 years agoWineLib does not support Win16. Removed references to Win16 and Win
Wilbur N. Dale [Thu, 15 Jun 2000 00:09:48 +0000 (00:09 +0000)] 
WineLib does not support Win16. Removed references to Win16 and Win
3.x in the introduction. Standardized capitalization of Wine and
WineLib. Added documentation for compiling a simple "Hello World"
WineLib program.

24 years agoAdded setting of cursor postition to MSG_PostToQueue.
Sheri Steeves [Thu, 15 Jun 2000 00:09:04 +0000 (00:09 +0000)] 
Added setting of cursor postition to MSG_PostToQueue.

24 years agoWM_SETREDRAW should repaint the listbox when set to on if something
Gerard Patel [Thu, 15 Jun 2000 00:07:20 +0000 (00:07 +0000)] 
WM_SETREDRAW should repaint the listbox when set to on if something
has been changed.

24 years agoRemoved @PROGEXT@ (it was broken anyway).
Alexandre Julliard [Wed, 14 Jun 2000 21:45:38 +0000 (21:45 +0000)] 
Removed @PROGEXT@ (it was broken anyway).
Improved 'make install'.
Cleaned up the main Makefile.

24 years agoConvertToGlobalHandle: fixed handle leak.
Alexandre Julliard [Wed, 14 Jun 2000 21:17:56 +0000 (21:17 +0000)] 
ConvertToGlobalHandle: fixed handle leak.

24 years agoFixed options structure definition.
Alexandre Julliard [Wed, 14 Jun 2000 21:17:05 +0000 (21:17 +0000)] 
Fixed options structure definition.

24 years agoMade SetWindowPos handle the case when inserting a window after itself
Noomen Hamza [Wed, 14 Jun 2000 21:16:18 +0000 (21:16 +0000)] 
Made SetWindowPos handle the case when inserting a window after itself
(don't need to change the Zorder).

24 years agoUpdated OpenGL documentation.
Lionel Ulmer [Wed, 14 Jun 2000 21:15:38 +0000 (21:15 +0000)] 
Updated OpenGL documentation.

24 years agoSet the base for the ordinals of olepro32 to 248.
Gerard Patel [Wed, 14 Jun 2000 21:15:22 +0000 (21:15 +0000)] 
Set the base for the ordinals of olepro32 to 248.

24 years agoAlias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
Matthew J. Francis [Wed, 14 Jun 2000 21:15:04 +0000 (21:15 +0000)] 
Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
NMUPDOWN.

24 years agoAdded difftime function.
<jimregan@litsu.ie> [Wed, 14 Jun 2000 21:14:35 +0000 (21:14 +0000)] 
Added difftime function.

24 years agoInitial release of the message compiler.
Bertho Stultiens [Tue, 13 Jun 2000 04:34:41 +0000 (04:34 +0000)] 
Initial release of the message compiler.

24 years ago- new dll shfolder.dll
Juergen Schmied [Tue, 13 Jun 2000 03:45:52 +0000 (03:45 +0000)] 
- new dll shfolder.dll
- small fixes

24 years ago- Bugfix: Corrected "off by one" error in the linenumber while parsing
Bertho Stultiens [Tue, 13 Jun 2000 03:37:56 +0000 (03:37 +0000)] 
- Bugfix: Corrected "off by one" error in the linenumber while parsing
  resource.
- Bugfix: A segfault would occur if messagetables were parsed without
  memory options attached. Also added buffer-overflow safeguard while
  converting between byteorders.
- Finished remapping usertype resources onto standars types by tricking
  the parser into accepting a different token. The remapping can be
  disabled with a new commandline option '-m'.
- Resolved some warning about chars used as index on SGI O2 machine
  (the ctype isXXX() routines are macros there).

24 years agoCommented out IsBadWritePtr check. Makes winhlp32.exe happy in
Bertho Stultiens [Tue, 13 Jun 2000 03:37:31 +0000 (03:37 +0000)] 
Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
extended search.

24 years agoOpenGL documentation.
Lionel Ulmer [Tue, 13 Jun 2000 03:36:54 +0000 (03:36 +0000)] 
OpenGL documentation.

24 years agoDRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
Andreas Mohr [Tue, 13 Jun 2000 03:36:05 +0000 (03:36 +0000)] 
DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
normally returns the "avail" of the corresponding partition.
Cleaned up GetDiskFreeSpaceA.

24 years agoDo not change the WS_CHILD style in SetParent.
Gerard Patel [Tue, 13 Jun 2000 03:35:36 +0000 (03:35 +0000)] 
Do not change the WS_CHILD style in SetParent.

24 years agoUse the Unicode string functions from wine/unicode.h instead of the
Alexandre Julliard [Tue, 13 Jun 2000 01:10:29 +0000 (01:10 +0000)] 
Use the Unicode string functions from wine/unicode.h instead of the
crtdll ones.