wine
23 years agoUse int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
Marcus Meissner [Fri, 25 Aug 2000 21:31:57 +0000 (21:31 +0000)] 
Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
problem).

23 years agoChange pixel format for 24 BPP surfaces when the DDraw BPP is 32.
Lionel Ulmer [Fri, 25 Aug 2000 21:31:15 +0000 (21:31 +0000)] 
Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.

23 years agoGetObjectA: unlock the object again even in case of failure.
Andreas Mohr [Fri, 25 Aug 2000 21:30:34 +0000 (21:30 +0000)] 
GetObjectA: unlock the object again even in case of failure.

23 years agoFixed finally handler name.
Alexandre Julliard [Wed, 23 Aug 2000 19:19:35 +0000 (19:19 +0000)] 
Fixed finally handler name.

23 years agoFixed RegisterClass last error code on atom creation failure.
Alexandre Julliard [Wed, 23 Aug 2000 19:18:44 +0000 (19:18 +0000)] 
Fixed RegisterClass last error code on atom creation failure.

23 years agoCleaned up major ugliness in __lfCheckSum.
Alexandre Julliard [Wed, 23 Aug 2000 19:15:02 +0000 (19:15 +0000)] 
Cleaned up major ugliness in __lfCheckSum.

23 years agoLarge caption icons should end in '...' when they are abbreviated.
Susan Farley [Wed, 23 Aug 2000 19:12:36 +0000 (19:12 +0000)] 
Large caption icons should end in '...' when they are abbreviated.

23 years agoFor the transparency issue, implemented a switch-case for the bitcount
Francois Methot [Wed, 23 Aug 2000 19:12:14 +0000 (19:12 +0000)] 
For the transparency issue, implemented a switch-case for the bitcount
(bit per pixel) of the animation files.

23 years agoWine was not drawing trackbars with minimum ranges of more than 0
Aric Stewart [Wed, 23 Aug 2000 19:11:31 +0000 (19:11 +0000)] 
Wine was not drawing trackbars with minimum ranges of more than 0
correctly.

23 years ago- removed unnecessary recursion
Francois Jacques [Tue, 22 Aug 2000 20:51:55 +0000 (20:51 +0000)] 
- removed unnecessary recursion
- upon query failure on main primary lcid and secondary lcid,
  attempts a query on system lcid (0)

23 years agoFixed some warnings.
Marcus Meissner [Tue, 22 Aug 2000 20:40:47 +0000 (20:40 +0000)] 
Fixed some warnings.

23 years agoFixes for reading latched values with ports 0x40-0x43.
James Abbatiello [Tue, 22 Aug 2000 20:38:47 +0000 (20:38 +0000)] 
Fixes for reading latched values with ports 0x40-0x43.

23 years agoDon't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
James Abbatiello [Tue, 22 Aug 2000 20:38:00 +0000 (20:38 +0000)] 
Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
surface with no attached surfaces.

23 years agoAllow FormatMessage to load Unicode string resources.
James Abbatiello [Tue, 22 Aug 2000 20:37:44 +0000 (20:37 +0000)] 
Allow FormatMessage to load Unicode string resources.

23 years agoAdded APC support in waitable timers.
Alexandre Julliard [Tue, 22 Aug 2000 20:08:37 +0000 (20:08 +0000)] 
Added APC support in waitable timers.

23 years agoRemoved unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
Alexandre Julliard [Tue, 22 Aug 2000 20:01:47 +0000 (20:01 +0000)] 
Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
use DC_GetDCUpdate.

23 years agoRelease 20000821. wine-20000821
Alexandre Julliard [Mon, 21 Aug 2000 21:13:17 +0000 (21:13 +0000)] 
Release 20000821.

23 years ago- don't return FALSE for system process changes
Andreas Mohr [Mon, 21 Aug 2000 20:17:56 +0000 (20:17 +0000)] 
- don't return FALSE for system process changes
- SHUTDOWN_NORETRY is 1 and has to be in winbase.h

23 years agoBeginning of some simple optimization of the listview
Aric Stewart [Mon, 21 Aug 2000 20:16:53 +0000 (20:16 +0000)] 
Beginning of some simple optimization of the listview
drawing. Specifically it reduces flicker when selection changes.

23 years agoTransform every ERR() to WARN() in MakeProcInstance.
Andreas Mohr [Mon, 21 Aug 2000 20:16:26 +0000 (20:16 +0000)] 
Transform every ERR() to WARN() in MakeProcInstance.

23 years agoCall WriteOutProfiles16 to make sure that last profile gets written.
Uwe Bonnes [Mon, 21 Aug 2000 03:33:31 +0000 (03:33 +0000)] 
Call WriteOutProfiles16 to make sure that last profile gets written.

23 years agoDisable the owner of a modal dialog box just before creating the
Gerard Patel [Mon, 21 Aug 2000 03:31:39 +0000 (03:31 +0000)] 
Disable the owner of a modal dialog box just before creating the
dialog window.

23 years ago(from IBM TopPage patch) return correct error for already existing
Marcus Meissner [Mon, 21 Aug 2000 03:18:32 +0000 (03:18 +0000)] 
(from IBM TopPage patch) return correct error for already existing
file.

23 years agoHandle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
Gerard Patel [Mon, 21 Aug 2000 02:38:40 +0000 (02:38 +0000)] 
Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.

23 years agoEnables showing of hidden windows when the app ask *only* to maximize it.
Gerard Patel [Mon, 21 Aug 2000 02:38:23 +0000 (02:38 +0000)] 
Enables showing of hidden windows when the app ask *only* to maximize it.

23 years agoHandle the codepage of fonts if supported by the graphics driver.
Hidenori Takeshima [Sun, 20 Aug 2000 20:08:35 +0000 (20:08 +0000)] 
Handle the codepage of fonts if supported by the graphics driver.

23 years agoAdded internal charsets for supporting DBCS charsets.
Hidenori Takeshima [Sun, 20 Aug 2000 19:04:04 +0000 (19:04 +0000)] 
Added internal charsets for supporting DBCS charsets.

23 years agoFixed GDI locking in GetDeviceCaps.
Alexandre Julliard [Sun, 20 Aug 2000 18:49:08 +0000 (18:49 +0000)] 
Fixed GDI locking in GetDeviceCaps.

23 years agoFixed bug in repeatedly iconisation, code cleanup.
Kai Morich [Sun, 20 Aug 2000 18:48:37 +0000 (18:48 +0000)] 
Fixed bug in repeatedly iconisation, code cleanup.

23 years agoSet X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
Marcus Meissner [Sun, 20 Aug 2000 18:48:24 +0000 (18:48 +0000)] 
Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
startup problem).

23 years agoImplemented DuplicateIcon().
Chris Morgan [Sun, 20 Aug 2000 18:48:05 +0000 (18:48 +0000)] 
Implemented DuplicateIcon().

23 years agoStubbed INT 15 function 84h.
Chris Morgan [Sun, 20 Aug 2000 18:47:48 +0000 (18:47 +0000)] 
Stubbed INT 15 function 84h.

23 years ago- Separate application calls to ShowOwnedPopups from Wine calls (in
Louis Philippe Gagnon [Sun, 20 Aug 2000 03:40:59 +0000 (03:40 +0000)] 
- Separate application calls to ShowOwnedPopups from Wine calls (in
  EVENT_MapNotify) by introducing an internal function.
- Fix ShowOwnedPopups so it sends messages with the same parameters as
  in Windows.

23 years agoRemoved direct calls to TREEVIEW_Refresh().
Chris Morgan [Sun, 20 Aug 2000 03:40:21 +0000 (03:40 +0000)] 
Removed direct calls to TREEVIEW_Refresh().

23 years agoImplemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
Huw D M Davies [Sun, 20 Aug 2000 03:40:04 +0000 (03:40 +0000)] 
Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
EMR_POLYPOLYLINE.

23 years agoAdded new language detection scheme that uses NLS data base instead of
Dmitry Timoshkov [Sun, 20 Aug 2000 03:39:41 +0000 (03:39 +0000)] 
Added new language detection scheme that uses NLS data base instead of
hard coded values.

23 years agoPass the type/name as a C string instead of an
Dusan Lacko [Sun, 20 Aug 2000 03:32:57 +0000 (03:32 +0000)] 
Pass the type/name as a C string instead of an
IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.

23 years agoAuthors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan...
Alexandre Julliard [Sat, 19 Aug 2000 21:38:55 +0000 (21:38 +0000)] 
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
Added syslevel locking for GDI operations.
Propagate the changes through the graphics code.

23 years agoCorrected serial number generation for CD's with 1 or 2 tracks.
Ed Snow [Sat, 19 Aug 2000 20:19:46 +0000 (20:19 +0000)] 
Corrected serial number generation for CD's with 1 or 2 tracks.

23 years agoFixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
Stefan Leichter [Fri, 18 Aug 2000 23:45:46 +0000 (23:45 +0000)] 
Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
Device entry for drive in wine.conf).

23 years agoSeparate GetTextMetrics and implement it for SBCS/Unicode/cp932.
Hidenori Takeshima [Fri, 18 Aug 2000 23:44:58 +0000 (23:44 +0000)] 
Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.

23 years agoFixed STATUS_GetTextW in regard to NULL pointers.
Marcus Meissner [Fri, 18 Aug 2000 23:44:12 +0000 (23:44 +0000)] 
Fixed STATUS_GetTextW in regard to NULL pointers.

23 years agoAppend .DRV to name only if no extension present.
Dmitry Timoshkov [Fri, 18 Aug 2000 23:43:37 +0000 (23:43 +0000)] 
Append .DRV to name only if no extension present.

23 years agoDo not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
Dmitry Timoshkov [Fri, 18 Aug 2000 23:43:09 +0000 (23:43 +0000)] 
Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.

23 years agoClean out the hack on BASS/TREBLE and suppress them in the mask as was
Ed Snow [Fri, 18 Aug 2000 23:42:43 +0000 (23:42 +0000)] 
Clean out the hack on BASS/TREBLE and suppress them in the mask as was
recommended oh so long ago.

23 years ago- Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
Chris Morgan [Fri, 18 Aug 2000 23:42:03 +0000 (23:42 +0000)] 
- Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
  determine whether we need to call InvalidateRect() with bErase of TRUE or
  FALSE.  Reduces background erases in non-text toolbars by 80-85%.
- Fixed button state not being updated properly when LBUTTONDOWN and cursor
  leaves the toolbar.
- Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
  with a source code comment.
- Removed unecessary call to TOOLBAR_CalcToolbar() in
  TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
  slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
  messages.
- Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().

23 years agoSave GET_APCS data before calling any asynchronous procedure calls, in
Mike McCormack [Fri, 18 Aug 2000 23:40:45 +0000 (23:40 +0000)] 
Save GET_APCS data before calling any asynchronous procedure calls, in
case the server is called during the APC.

23 years agoTurns the handling to pure 16 bits, remove references to dialog.h.
Gerard Patel [Fri, 18 Aug 2000 23:05:44 +0000 (23:05 +0000)] 
Turns the handling to pure 16 bits, remove references to dialog.h.

23 years agoRemove unused critical section global variable PRINT32_RegistryBlocker.
Albert den Haan [Fri, 18 Aug 2000 23:04:12 +0000 (23:04 +0000)] 
Remove unused critical section global variable PRINT32_RegistryBlocker.

23 years agoAvoids changing 2 levels when clicking .. in the directory list.
Gerard Patel [Fri, 18 Aug 2000 23:03:44 +0000 (23:03 +0000)] 
Avoids changing 2 levels when clicking .. in the directory list.

23 years agoStubbed SetConsoleInputExeNameA/W.
Chris Morgan [Fri, 18 Aug 2000 23:03:22 +0000 (23:03 +0000)] 
Stubbed SetConsoleInputExeNameA/W.

23 years agoWM_GETFONT should return a real font handle instead of NULL.
Gerard Patel [Fri, 18 Aug 2000 22:25:46 +0000 (22:25 +0000)] 
WM_GETFONT should return a real font handle instead of NULL.

23 years agoWATCOM compiled programs leave VirtualSize to zero which triggers the
Niclas Karlsson MATE [Wed, 16 Aug 2000 12:54:03 +0000 (12:54 +0000)] 
WATCOM compiled programs leave VirtualSize to zero which triggers the
virus check. Use SizeOfRawData instead.

23 years agoImplemented ACS_CENTER for animation controls.
Niclas Karlsson MATE [Wed, 16 Aug 2000 12:53:43 +0000 (12:53 +0000)] 
Implemented ACS_CENTER for animation controls.

23 years agoAvoid going past the end of the relocation section. Skip sanity checks
Alexandre Julliard [Wed, 16 Aug 2000 12:46:09 +0000 (12:46 +0000)] 
Avoid going past the end of the relocation section. Skip sanity checks
for empty relocation blocks.

23 years agoImplemented background transparency on animation control for avi
Francois Methot [Wed, 16 Aug 2000 12:44:52 +0000 (12:44 +0000)] 
Implemented background transparency on animation control for avi
composed of 8 bpp(or less) image. I added support for 8 bpp or more,
but it has not been tested.

23 years agoWhile dragging, catch keyboard messages between WM_KEYFIRST and
Louis Philippe Gagnon [Wed, 16 Aug 2000 12:44:04 +0000 (12:44 +0000)] 
While dragging, catch keyboard messages between WM_KEYFIRST and
WM_KEYLAST, not just WM_KEYFIRST.

23 years agoIf a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
Peter Ganten [Wed, 16 Aug 2000 12:43:42 +0000 (12:43 +0000)] 
If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
anyway, since it might be a builtin module.

23 years agoMissed the first character of every argument in CommandLineToArgv.
Marcus Meissner [Wed, 16 Aug 2000 12:43:17 +0000 (12:43 +0000)] 
Missed the first character of every argument in CommandLineToArgv.

23 years agoAdd an error message if devmode structure in registry is invalid;
Gerard Patel [Wed, 16 Aug 2000 12:43:00 +0000 (12:43 +0000)] 
Add an error message if devmode structure in registry is invalid;
attempt to provide plausible values.

23 years agoFixed for DBCS(cp932/cp949) codepage conversion.
Hidenori Takeshima [Tue, 15 Aug 2000 12:01:47 +0000 (12:01 +0000)] 
Fixed for DBCS(cp932/cp949) codepage conversion.
Implemented cp932 handling partly(but still incomplete).
Added supporting multiple fonts for DBCS handling.

23 years agoEnhanced ELF files lookup for symbolic info.
Eric Pouech [Tue, 15 Aug 2000 12:00:52 +0000 (12:00 +0000)] 
Enhanced ELF files lookup for symbolic info.

23 years agoFixed regression in break command.
Eric Pouech [Tue, 15 Aug 2000 12:00:33 +0000 (12:00 +0000)] 
Fixed regression in break command.

23 years agoFix return value to 16 bits for 16 bit hook; remove leading space for
Gerard Patel [Mon, 14 Aug 2000 20:53:21 +0000 (20:53 +0000)] 
Fix return value to 16 bits for 16 bit hook; remove leading space for
file specification.

23 years agoThreads without active or focus window should not receive keyboard
Peter Ganten [Mon, 14 Aug 2000 20:53:00 +0000 (20:53 +0000)] 
Threads without active or focus window should not receive keyboard
messages.

23 years agoImplemented SEC_IMAGE mappings and shared PE sections (with the help
Alexandre Julliard [Mon, 14 Aug 2000 20:20:01 +0000 (20:20 +0000)] 
Implemented SEC_IMAGE mappings and shared PE sections (with the help
of Peter Ganten).

23 years agoMoved CharUpper* and CharLower* functions to dlls/user.
Alexandre Julliard [Mon, 14 Aug 2000 17:39:15 +0000 (17:39 +0000)] 
Moved CharUpper* and CharLower* functions to dlls/user.

23 years agoAdded support for special treatments (use 2 or more fonts, codepage
Hidenori Takeshima [Mon, 14 Aug 2000 17:25:13 +0000 (17:25 +0000)] 
Added support for special treatments (use 2 or more fonts, codepage
conversion, etc...) for DBCS text.

23 years agoAdd "FullWindowDrag" feature for not managed windows.
Dmitry Timoshkov [Mon, 14 Aug 2000 17:20:25 +0000 (17:20 +0000)] 
Add "FullWindowDrag" feature for not managed windows.

23 years agoUpdate the edit box before rolling up the listbox, so the
Susan Farley [Mon, 14 Aug 2000 17:18:49 +0000 (17:18 +0000)] 
Update the edit box before rolling up the listbox, so the
selection isn't lost.

23 years agoAdded missing referenced dlls for libtest.
Marcus Meissner [Mon, 14 Aug 2000 17:18:25 +0000 (17:18 +0000)] 
Added missing referenced dlls for libtest.

23 years agoLPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
Niclas Karlsson MATE [Mon, 14 Aug 2000 17:17:57 +0000 (17:17 +0000)] 
LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
text in its own buffer.

23 years agoCleaned up a few inter-dll dependencies. Added a few imports.
Alexandre Julliard [Mon, 14 Aug 2000 14:42:41 +0000 (14:42 +0000)] 
Cleaned up a few inter-dll dependencies. Added a few imports.

23 years agoReplaced all lstr* calls from inside Wine code by their str* equivalent.
Alexandre Julliard [Mon, 14 Aug 2000 14:41:19 +0000 (14:41 +0000)] 
Replaced all lstr* calls from inside Wine code by their str* equivalent.

23 years agoReplaced VERSION_* calls by exported API equivalents.
Alexandre Julliard [Mon, 14 Aug 2000 14:35:01 +0000 (14:35 +0000)] 
Replaced VERSION_* calls by exported API equivalents.

23 years agoReplaced global Callbacks structure by appropriate glue code
Alexandre Julliard [Mon, 14 Aug 2000 14:29:22 +0000 (14:29 +0000)] 
Replaced global Callbacks structure by appropriate glue code
generation. Removed a few unused entries in the Callout structure.

23 years agoAdded load address for the shared memory of BDE (Borland database
Gerard Patel [Mon, 14 Aug 2000 13:28:11 +0000 (13:28 +0000)] 
Added load address for the shared memory of BDE (Borland database
manager).

23 years agoRemoved to allow CVS to remove the directory.
Alexandre Julliard [Mon, 14 Aug 2000 13:27:00 +0000 (13:27 +0000)] 
Removed to allow CVS to remove the directory.

23 years agoFix for starting server from the current directory.
Huw D M Davies [Mon, 14 Aug 2000 13:26:30 +0000 (13:26 +0000)] 
Fix for starting server from the current directory.

23 years agoAdded checking for broken font cache.
Hidenori Takeshima [Mon, 14 Aug 2000 13:25:43 +0000 (13:25 +0000)] 
Added checking for broken font cache.
Added supporting for iso10646 encoding.

23 years agoMade server startup more robust against races caused by a previous
Alexandre Julliard [Fri, 11 Aug 2000 21:16:53 +0000 (21:16 +0000)] 
Made server startup more robust against races caused by a previous
server terminating at the same time.

23 years agoCreated default c2man compatible perl script for generating
Mike McCormack [Fri, 11 Aug 2000 21:15:21 +0000 (21:15 +0000)] 
Created default c2man compatible perl script for generating
documentation, in case c2man isn't installed.

23 years agoFixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
Aric Stewart [Fri, 11 Aug 2000 21:14:23 +0000 (21:14 +0000)] 
Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
and fixed a problem where sub items where not being properly
associated with their item for virtual list views.

23 years agoAdded Unicode ctype support.
Alexandre Julliard [Fri, 11 Aug 2000 20:53:40 +0000 (20:53 +0000)] 
Added Unicode ctype support.

23 years agoMoved NM_UPDOWN definition to commctrl.h.
Alexandre Julliard [Fri, 11 Aug 2000 12:53:27 +0000 (12:53 +0000)] 
Moved NM_UPDOWN definition to commctrl.h.

23 years agoThe user driver functions might be called with the window lock held.
Peter Ganten [Fri, 11 Aug 2000 12:52:56 +0000 (12:52 +0000)] 
The user driver functions might be called with the window lock held.

23 years agoMake FindResource and FindResourceEx fully windows compatible.
Dmitry Timoshkov [Fri, 11 Aug 2000 12:50:56 +0000 (12:50 +0000)] 
Make FindResource and FindResourceEx fully windows compatible.

23 years agoRemove some obsolete #define's - strlwr and strupr are in NTDLL now.
Damyan Ognyanoff [Fri, 11 Aug 2000 12:50:11 +0000 (12:50 +0000)] 
Remove some obsolete #define's - strlwr and strupr are in NTDLL now.

23 years agoAdded UTF-8 conversion support.
Alexandre Julliard [Fri, 11 Aug 2000 00:44:33 +0000 (00:44 +0000)] 
Added UTF-8 conversion support.

23 years agoInstead of not doing the Z ordering when the application asks to place
Stephane Lussier [Fri, 11 Aug 2000 00:40:38 +0000 (00:40 +0000)] 
Instead of not doing the Z ordering when the application asks to place
the window under a zero-sized window, now the window above the
zero-sized window, is used to do the Z ordering.

23 years agoInitialize lpstrInitialDir to really bogus value to restore original
Dmitry Timoshkov [Fri, 11 Aug 2000 00:40:00 +0000 (00:40 +0000)] 
Initialize lpstrInitialDir to really bogus value to restore original
value later.

23 years agoAdded a few more anonymous union definitions.
Ove Kaaven [Fri, 11 Aug 2000 00:39:39 +0000 (00:39 +0000)] 
Added a few more anonymous union definitions.

23 years agoFixed C++ operators return value.
Ove Kaaven [Fri, 11 Aug 2000 00:39:26 +0000 (00:39 +0000)] 
Fixed C++ operators return value.

23 years agoImplemented fopen() append mode, and a really cheesy fscanf()
Ove Kaaven [Fri, 11 Aug 2000 00:39:14 +0000 (00:39 +0000)] 
Implemented fopen() append mode, and a really cheesy fscanf()
implementation...

23 years ago1. Make buffer for message large enough to hold very long file names.
Dmitry Timoshkov [Fri, 11 Aug 2000 00:38:44 +0000 (00:38 +0000)] 
1. Make buffer for message large enough to hold very long file names.
2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
   implementation specific behaviour.
3. Show actual message to user, not non-formatted one.

23 years agoMerged clipboard driver into USER driver.
Alexandre Julliard [Thu, 10 Aug 2000 01:16:19 +0000 (01:16 +0000)] 
Merged clipboard driver into USER driver.
Moved all ttydrv source files to dlls/ttydrv.
Load functions pointer for the USER driver from the graphics driver
dll with GetProcAddress.

23 years agoRemoved some unnecessary #includes and dll dependencies.
Alexandre Julliard [Wed, 9 Aug 2000 22:35:05 +0000 (22:35 +0000)] 
Removed some unnecessary #includes and dll dependencies.

23 years agoMake PDB, ENVDB and STARTUPINFO global variables.
Alexandre Julliard [Wed, 9 Aug 2000 22:33:42 +0000 (22:33 +0000)] 
Make PDB, ENVDB and STARTUPINFO global variables.
Added 'module' field in PDB, and removed Wine-specific fields.

23 years agoRemoved winver and service_table from the PDB and made them static
Alexandre Julliard [Wed, 9 Aug 2000 22:31:24 +0000 (22:31 +0000)] 
Removed winver and service_table from the PDB and made them static
variables.

23 years agoRemoved the DOS handles table from the PDB and made it a static
Alexandre Julliard [Wed, 9 Aug 2000 22:30:18 +0000 (22:30 +0000)] 
Removed the DOS handles table from the PDB and made it a static
variable.