wine
20 years agoSet the "bytes per scan line" field when generating the mode info
Michael Stefaniuc [Fri, 2 Jan 2004 20:11:03 +0000 (20:11 +0000)] 
Set the "bytes per scan line" field when generating the mode info
block.

20 years agoAdded stub for CertFreeCertificateContext.
Robert Shearman [Fri, 2 Jan 2004 03:56:43 +0000 (03:56 +0000)] 
Added stub for CertFreeCertificateContext.

20 years agoCompleted Italian language support.
Ivan Leo Murray-Smith [Fri, 2 Jan 2004 03:56:24 +0000 (03:56 +0000)] 
Completed Italian language support.

20 years agoFix conflicting registry value names, and try both Win9x and WinNT
Juan Lang [Fri, 2 Jan 2004 03:55:53 +0000 (03:55 +0000)] 
Fix conflicting registry value names, and try both Win9x and WinNT
locations for NetBT registry values.

20 years agoProperly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
Juan Lang [Fri, 2 Jan 2004 03:55:35 +0000 (03:55 +0000)] 
Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
ipconfig.exe and winipcfg.exe display it.

20 years agoAdd tracing, add WINS configuration to GetAdaptersInfo, correct
Juan Lang [Fri, 2 Jan 2004 03:55:05 +0000 (03:55 +0000)] 
Add tracing, add WINS configuration to GetAdaptersInfo, correct
ScopeID reading in GetFixedInfo.

20 years agoWhen checking for gethostbyname_r_6 not try to compile but try to
Marcus Meissner [Fri, 2 Jan 2004 03:53:57 +0000 (03:53 +0000)] 
When checking for gethostbyname_r_6 not try to compile but try to
link.

20 years agoUpdated configure with autoconf 2.58. Set the bug report address.
Alexandre Julliard [Fri, 2 Jan 2004 01:55:29 +0000 (01:55 +0000)] 
Updated configure with autoconf 2.58. Set the bug report address.

20 years agoCommented out tests that assume that the current year is 2003.
Alexandre Julliard [Fri, 2 Jan 2004 01:51:38 +0000 (01:51 +0000)] 
Commented out tests that assume that the current year is 2003.

20 years agoMake the debug mark printing unconditional instead of conditional upon
Chris Morgan [Fri, 2 Jan 2004 01:50:50 +0000 (01:50 +0000)] 
Make the debug mark printing unconditional instead of conditional upon
the  SHELL debug channel.  Make mark text obvious by changing the
output text to 'Debug mark requested by user' and adding 'Debug mark'
to the menu resource text.

20 years agoAdded Italian resources.
Ivan Leo Murray-Smith [Fri, 2 Jan 2004 01:50:05 +0000 (01:50 +0000)] 
Added Italian resources.

20 years agoRemove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
Robert Shearman [Fri, 2 Jan 2004 01:49:31 +0000 (01:49 +0000)] 
Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
instead.

20 years agoRemove a stray LeaveCriticalSection().
Dmitry Timoshkov [Fri, 2 Jan 2004 01:48:30 +0000 (01:48 +0000)] 
Remove a stray LeaveCriticalSection().

20 years agoTrackbar range should be fixed only in the case of successful
Dmitry Timoshkov [Fri, 2 Jan 2004 01:48:15 +0000 (01:48 +0000)] 
Trackbar range should be fixed only in the case of successful
mciSendStringW. It's better to initialize dwCallback parameter if
MCI_NOTIFY is specified.

20 years agoImplemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags.
Phil Krylov [Fri, 2 Jan 2004 01:47:52 +0000 (01:47 +0000)] 
Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags.
Changed IDL_OVERWRITEFILE string resource ID to IDS_OVERWRITEFILE.
Use the extended UI for the "Look In" combo.
Select the text in the "File name" field after filling it.

20 years agoMuch improved mciavi driver. Fixed synchronization, RIFF file with
Dmitry Timoshkov [Thu, 1 Jan 2004 00:48:01 +0000 (00:48 +0000)] 
Much improved mciavi driver. Fixed synchronization, RIFF file with
many streams parsing, added support for some MCI_PUT and MCI_WHERE
cases.

20 years agoAdd support for many MCIWNDM_ messages and some MCI_ commands in the
Dmitry Timoshkov [Thu, 1 Jan 2004 00:12:13 +0000 (00:12 +0000)] 
Add support for many MCIWNDM_ messages and some MCI_ commands in the
MCIWndClass implementation.
MCIWndRegisterClass() takes no parameters according to Platform SDK
headers.

20 years agoUse correct pointer to an internal driver description.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:07:14 +0000 (00:07 +0000)] 
Use correct pointer to an internal driver description.

20 years agoAdd MCI_SYSINFO command W to A mapping.
Dmitry Timoshkov [Thu, 1 Jan 2004 00:07:01 +0000 (00:07 +0000)] 
Add MCI_SYSINFO command W to A mapping.

20 years agoStore window icons in the window structure so that WM_SETICON can do
Alexandre Julliard [Wed, 31 Dec 2003 23:51:52 +0000 (23:51 +0000)] 
Store window icons in the window structure so that WM_SETICON can do
the right thing (based on a patch by Aric Stewart).

20 years agoFix many function prototypes and data types according to Platform SDK
Dmitry Timoshkov [Wed, 31 Dec 2003 23:49:45 +0000 (23:49 +0000)] 
Fix many function prototypes and data types according to Platform SDK
definitions.

20 years agoAdd Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
Dmitry Timoshkov [Wed, 31 Dec 2003 19:00:03 +0000 (19:00 +0000)] 
Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
a bug with a window creation belonging to another hInstance, add
support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY
and MCI_STOP in the MCIWndClass implementation.

20 years agoFixed size calculation on redim if old size was 0.
Marcus Meissner [Wed, 31 Dec 2003 18:58:25 +0000 (18:58 +0000)] 
Fixed size calculation on redim if old size was 0.

20 years agoImprove error messages in OSS_WaveOutInit() and OSS_WaveInInit() and
Gerald Pfeifer [Wed, 31 Dec 2003 18:58:07 +0000 (18:58 +0000)] 
Improve error messages in OSS_WaveOutInit() and OSS_WaveInInit() and
warn instead of aborting in case of problems reading mixer info.

20 years agoAdded file version resource.
Stefan Leichter [Wed, 31 Dec 2003 18:56:07 +0000 (18:56 +0000)] 
Added file version resource.

20 years agoIsdialogMessage16 must not process messages that are not intended for
Rein Klazes [Wed, 31 Dec 2003 00:15:16 +0000 (00:15 +0000)] 
IsdialogMessage16 must not process messages that are not intended for
the dialog box.

20 years agoRemove DCOM config file entries, as they have no effect.
Mike Hearn [Wed, 31 Dec 2003 00:12:47 +0000 (00:12 +0000)] 
Remove DCOM config file entries, as they have no effect.

20 years agoRemoved too strict header check to enable execution of handcoded PE
Marcus Meissner [Wed, 31 Dec 2003 00:12:31 +0000 (00:12 +0000)] 
Removed too strict header check to enable execution of handcoded PE
exes.

20 years agoPrint exe name when initialization fails.
Mike Hearn [Wed, 31 Dec 2003 00:11:48 +0000 (00:11 +0000)] 
Print exe name when initialization fails.

20 years agoAdd newdev, updated DMusic section, small fix to dpnhpast.
Tom Wickline [Wed, 31 Dec 2003 00:11:25 +0000 (00:11 +0000)] 
Add newdev, updated DMusic section, small fix to dpnhpast.

20 years agoRemove URLCache_FindEntry() which is not used any longer.
Gerald Pfeifer [Wed, 31 Dec 2003 00:11:02 +0000 (00:11 +0000)] 
Remove URLCache_FindEntry() which is not used any longer.

20 years agoAdd stubbed version of newdev.dll.
Ulrich Czekalla [Tue, 30 Dec 2003 22:19:30 +0000 (22:19 +0000)] 
Add stubbed version of newdev.dll.

20 years ago- Add a bitmap resource with the font icons: TrueType, printer,
Rein Klazes [Tue, 30 Dec 2003 22:08:17 +0000 (22:08 +0000)] 
- Add a bitmap resource with the font icons: TrueType, printer,
  OpenType and Type 1. Modify the code so that they will be used if or
  when the needed bits are passed to the FontEnumProc.
- Use EnumFontFamiliesEx instead of EnumFontFamilies.
- Fix the fixme in the WM_MEASUREITEM message handler.

20 years agoMake use of/handle the first parameter of the function Extract.
Stefan Leichter [Tue, 30 Dec 2003 21:55:52 +0000 (21:55 +0000)] 
Make use of/handle the first parameter of the function Extract.

20 years agoAdd MDI child creation tests.
Dmitry Timoshkov [Tue, 30 Dec 2003 21:54:54 +0000 (21:54 +0000)] 
Add MDI child creation tests.

20 years agoAdded RFTHREAD flag in rfork call.
David Beck [Tue, 30 Dec 2003 21:53:32 +0000 (21:53 +0000)] 
Added RFTHREAD flag in rfork call.

20 years ago- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
Robert Shearman [Tue, 30 Dec 2003 21:52:45 +0000 (21:52 +0000)] 
- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
- Fixed buffer overflow in DEVENUM_IPropertyBag_Read.
- Fixed NULL pointer de-ref in DllRegisterServer when IFilterMapper2
  is not registered.
- Allowed returning the moniker in IFilterMapper2::RegisterFilter.
- Enumerate special categories without causing infinite loop.

20 years agoFix some return values of dplayx API calls.
Sami Aario [Tue, 30 Dec 2003 21:50:56 +0000 (21:50 +0000)] 
Fix some return values of dplayx API calls.

20 years agoFixed RtlUnwind signature (reported by Pierre d'Herbemont).
Alexandre Julliard [Tue, 30 Dec 2003 19:26:19 +0000 (19:26 +0000)] 
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).

20 years ago- correct return value of SHGetPathFromIDList[AW]() for virtual
Martin Fuchs [Tue, 30 Dec 2003 19:24:22 +0000 (19:24 +0000)] 
- correct return value of SHGetPathFromIDList[AW]() for virtual
  folders like "My Computer"
- correct path parsing in ISF_Desktop_fnParseDisplayName()
- handle CLSID paths in ISF_MyComputer_fnParseDisplayName()
- return CLSID path in ISF_MyComputer_fnGetDisplayNameOf()

20 years agoRead the Policy{Account,Primary}DomainInformation from the registry,
Juan Lang [Tue, 30 Dec 2003 19:21:11 +0000 (19:21 +0000)] 
Read the Policy{Account,Primary}DomainInformation from the registry,
rather than hardcoding it to "DOMAIN".

20 years agoEnclose application name in double quotation marks, as it may contain
Ge van Geldorp [Tue, 30 Dec 2003 19:20:11 +0000 (19:20 +0000)] 
Enclose application name in double quotation marks, as it may contain
spaces.

20 years agoFixed mem leak on error path.
Michael Stefaniuc [Tue, 30 Dec 2003 19:19:46 +0000 (19:19 +0000)] 
Fixed mem leak on error path.

20 years agoFixed MS UI Gothic font names.
Vik Kumar [Tue, 30 Dec 2003 19:19:18 +0000 (19:19 +0000)] 
Fixed MS UI Gothic font names.

20 years agoTranslate msrle32 and oledlg resources.
Hans Leidekker [Tue, 30 Dec 2003 19:17:59 +0000 (19:17 +0000)] 
Translate msrle32 and oledlg resources.

20 years agoSort the output of wcmd's set command.
Mike McCormack [Tue, 30 Dec 2003 19:17:31 +0000 (19:17 +0000)] 
Sort the output of wcmd's set command.

20 years agoReturn an SID when GetTokenInformation is called with class
Mike McCormack [Tue, 30 Dec 2003 19:17:05 +0000 (19:17 +0000)] 
Return an SID when GetTokenInformation is called with class
TokenOwner.

20 years agoAdded stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.
Sylvain Petreolle [Tue, 30 Dec 2003 19:16:37 +0000 (19:16 +0000)] 
Added stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.

20 years agoDWL_USER might be used otherwise, so use an internal window property
Marcus Meissner [Tue, 30 Dec 2003 19:15:43 +0000 (19:15 +0000)] 
DWL_USER might be used otherwise, so use an internal window property
for data storage.

20 years agoFixed Hungarian keyboard layout.
Zimler Attila [Tue, 30 Dec 2003 19:14:59 +0000 (19:14 +0000)] 
Fixed Hungarian keyboard layout.

20 years agoFixed a typo.
Sami Aario [Tue, 30 Dec 2003 19:14:35 +0000 (19:14 +0000)] 
Fixed a typo.

20 years agoRemoved explicit ordinals.
David Miller [Tue, 30 Dec 2003 19:14:11 +0000 (19:14 +0000)] 
Removed explicit ordinals.

20 years agoAlso remove in the D3D code the pedantic check on the GetProcAddress
Lionel Ulmer [Tue, 30 Dec 2003 19:13:32 +0000 (19:13 +0000)] 
Also remove in the D3D code the pedantic check on the GetProcAddress
extension.

20 years ago- Fix IGraphBuilder::ConnectDirect.
Robert Shearman [Tue, 30 Dec 2003 19:13:05 +0000 (19:13 +0000)] 
- Fix IGraphBuilder::ConnectDirect.
- Register IFilterMapper and IFilterMapper2 in DllRegisterServer.

20 years agoUpdated Italian translations.
Ivan Leo Murray-Smith [Tue, 30 Dec 2003 19:12:38 +0000 (19:12 +0000)] 
Updated Italian translations.

20 years agoWhen a directory is entered in the 16 bits file dialog, it should not
Rein Klazes [Tue, 30 Dec 2003 19:10:53 +0000 (19:10 +0000)] 
When a directory is entered in the 16 bits file dialog, it should not
be returned the user. Instead the directory must be changed and the
dialog work from there.

20 years agoReinitialize thumb when trackbar size is changed.
Duane Clark [Tue, 30 Dec 2003 19:10:15 +0000 (19:10 +0000)] 
Reinitialize thumb when trackbar size is changed.

20 years agoPrevent false matches in WIN_FindWindow.
Mike Hearn [Tue, 30 Dec 2003 19:09:50 +0000 (19:09 +0000)] 
Prevent false matches in WIN_FindWindow.

20 years agoSolaris sh portability fix.
Ferenc Wagner [Tue, 30 Dec 2003 19:09:25 +0000 (19:09 +0000)] 
Solaris sh portability fix.

20 years agoFix undeleted temporary file.
Ferenc Wagner [Tue, 30 Dec 2003 19:09:08 +0000 (19:09 +0000)] 
Fix undeleted temporary file.
Correct error messages and comments, break long lines.

20 years agoSearch for mingw-$prog too.
Michael Stefaniuc [Tue, 30 Dec 2003 19:08:46 +0000 (19:08 +0000)] 
Search for mingw-$prog too.

20 years agoDimensions with cElements=0 are valid and needed by InstallShield.
Marcus Meissner [Tue, 30 Dec 2003 19:06:41 +0000 (19:06 +0000)] 
Dimensions with cElements=0 are valid and needed by InstallShield.
SafeArrayGetElement: fixed BSTR and LPUNKNOWN handling.
Added testcases for above cases.

20 years agoAdded more argument numbers for _invoke().
Marcus Meissner [Tue, 30 Dec 2003 19:06:21 +0000 (19:06 +0000)] 
Added more argument numbers for _invoke().

20 years agoI8/UI8 are accepted in arrays in recent native dlls.
Jon Griffiths [Mon, 15 Dec 2003 21:11:25 +0000 (21:11 +0000)] 
I8/UI8 are accepted in arrays in recent native dlls.
Test UDTs, array coercion and new functions.

20 years agoUse the SafeArray conversion functions when coercing arrays.
Jon Griffiths [Mon, 15 Dec 2003 21:10:53 +0000 (21:10 +0000)] 
Use the SafeArray conversion functions when coercing arrays.
Simplify VariantChangeTypeEx.
Replace calls to dump_Variant() with TRACE's.

20 years agoRewrite: Support I8/UI8,RECORD.
Jon Griffiths [Mon, 15 Dec 2003 21:08:42 +0000 (21:08 +0000)] 
Rewrite: Support I8/UI8,RECORD.
Store array bounds in the same order as native.
Add CreateEx, CreateVectorEx, VectorFromBstr, BstrFromVector.

20 years agoAdded mfc/Include and mfc/src as possible places for includes and the
Kirill Smelkov [Mon, 15 Dec 2003 21:06:55 +0000 (21:06 +0000)] 
Added mfc/Include and mfc/src as possible places for includes and the
library.

20 years agoPatch and test for scanf %i.
Uwe Bonnes [Mon, 15 Dec 2003 21:06:19 +0000 (21:06 +0000)] 
Patch and test for scanf %i.

20 years agoCheck if a function exists before testing it.
Hans Leidekker [Mon, 15 Dec 2003 20:18:50 +0000 (20:18 +0000)] 
Check if a function exists before testing it.

20 years agoImplement support for many MCIWndClass MCI_ and MCIWNDM_ messages.
Dmitry Timoshkov [Mon, 15 Dec 2003 20:17:11 +0000 (20:17 +0000)] 
Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages.
Convert MCIWndClass implementation to unicode.

20 years agoMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS.
Hans Leidekker [Mon, 15 Dec 2003 20:15:20 +0000 (20:15 +0000)] 
MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS.

20 years agoImplemented VarInt, VarPow.
Marcus Meissner [Mon, 15 Dec 2003 20:14:32 +0000 (20:14 +0000)] 
Implemented VarInt, VarPow.
Added R4 (float) support to VarAdd.
Added DATE support to VarSub.

20 years ago- get rid of winedbg internal channels for output
Eric Pouech [Mon, 15 Dec 2003 19:53:08 +0000 (19:53 +0000)] 
- get rid of winedbg internal channels for output
- move all standard (old MESG channel) output to stdout
- move all other outputs (TRACE, WARN...) to a new wine debugging
  channel (winedbg)
- replaced quite a few #ifdef:ed out output to new channels (mainly in
  symbol management area...)
- added a new maintenance commands to ease up debugging
- updated documentation accordingly

20 years agoPorting fix for winmm resources (patch by Filip Navara).
Steven Edwards [Mon, 15 Dec 2003 19:52:14 +0000 (19:52 +0000)] 
Porting fix for winmm resources (patch by Filip Navara).

20 years ago[Global|Local]ReAlloc don't fail with size 0.
Hans Leidekker [Mon, 15 Dec 2003 19:51:17 +0000 (19:51 +0000)] 
[Global|Local]ReAlloc don't fail with size 0.
Fixed typos.

20 years agoOlder versions of freetype do not have FT_Get_First_Char.
Marcus Meissner [Mon, 15 Dec 2003 19:50:59 +0000 (19:50 +0000)] 
Older versions of freetype do not have FT_Get_First_Char.

20 years agoFixed options for winebuild.
Martin Fuchs [Mon, 15 Dec 2003 19:50:42 +0000 (19:50 +0000)] 
Fixed options for winebuild.

20 years agoExplicitly clear vm86 flag in DIOCRegs_2_CONTEXT.
Marcus Meissner [Mon, 15 Dec 2003 19:50:22 +0000 (19:50 +0000)] 
Explicitly clear vm86 flag in DIOCRegs_2_CONTEXT.

20 years agoAdded snprintf test.
Ferenc Wagner [Mon, 15 Dec 2003 19:50:05 +0000 (19:50 +0000)] 
Added snprintf test.

20 years agoPorting fix.
Steven Edwards [Mon, 15 Dec 2003 19:49:34 +0000 (19:49 +0000)] 
Porting fix.

20 years agoAdded include of "wine/port.h" for MSVC.
Martin Fuchs [Mon, 15 Dec 2003 19:48:52 +0000 (19:48 +0000)] 
Added include of "wine/port.h" for MSVC.

20 years agoExported widMessage function.
Christian Costa [Mon, 15 Dec 2003 19:48:15 +0000 (19:48 +0000)] 
Exported widMessage function.

20 years agoYet another useful hint for missing stdole32.tlb.
Marcus Meissner [Mon, 15 Dec 2003 19:47:51 +0000 (19:47 +0000)] 
Yet another useful hint for missing stdole32.tlb.

20 years agoHTTP_DealWithProxy: Only add http:// to proxy string when needed.
Uwe Bonnes [Mon, 15 Dec 2003 19:47:31 +0000 (19:47 +0000)] 
HTTP_DealWithProxy: Only add  to proxy string when needed.

20 years agoDo not clear the pointer we just allocated, just the first byte it
Marcus Meissner [Mon, 15 Dec 2003 19:47:10 +0000 (19:47 +0000)] 
Do not clear the pointer we just allocated, just the first byte it
points to.

20 years agoFixed potentially uninitialised sz.
Marcus Meissner [Mon, 15 Dec 2003 19:46:51 +0000 (19:46 +0000)] 
Fixed potentially uninitialised sz.

20 years agoAdded test for -fms-extensions to generated configure.ac.
Kirill Smelkov [Mon, 15 Dec 2003 19:46:34 +0000 (19:46 +0000)] 
Added test for -fms-extensions to generated configure.ac.

20 years agoRelease 20031212. wine-20031212
Alexandre Julliard [Sat, 13 Dec 2003 03:51:20 +0000 (03:51 +0000)] 
Release 20031212.

20 years agoPass dtp parameter on from DrawTextExA to DrawTextExW.
Ge van Geldorp [Sat, 13 Dec 2003 03:25:57 +0000 (03:25 +0000)] 
Pass dtp parameter on from DrawTextExA to DrawTextExW.

20 years agoBetter handling of some service functions.
Aric Stewart [Sat, 13 Dec 2003 03:25:37 +0000 (03:25 +0000)] 
Better handling of some service functions.

20 years agoRemoved useless #ifdef WINELIB.
Alexandre Julliard [Sat, 13 Dec 2003 03:22:02 +0000 (03:22 +0000)] 
Removed useless #ifdef WINELIB.

20 years agoDefine __WINE__ to enable extensions (spotted by Martin Fuchs).
Alexandre Julliard [Sat, 13 Dec 2003 03:21:30 +0000 (03:21 +0000)] 
Define __WINE__ to enable extensions (spotted by Martin Fuchs).

20 years agoUpdate the dlls/ section. Remove gdi/{,enh}mfdrv, they aren't
Dimitrie O. Paun [Sat, 13 Dec 2003 03:20:03 +0000 (03:20 +0000)] 
Update the dlls/ section. Remove gdi/{,enh}mfdrv, they aren't
DLLs. List the documentation/samples dir as well.

20 years agoAdd DEFS to the resource compiler flags.
Alexandre Julliard [Sat, 13 Dec 2003 03:19:34 +0000 (03:19 +0000)] 
Add DEFS to the resource compiler flags.

20 years agoAvoid common symbols on Darwin/Mac OS X.
Alexandre Julliard [Sat, 13 Dec 2003 01:37:38 +0000 (01:37 +0000)] 
Avoid common symbols on Darwin/Mac OS X.

20 years agoAdded exception handlers in FindResourceExA/W (based on a patch by
Alexandre Julliard [Sat, 13 Dec 2003 01:36:14 +0000 (01:36 +0000)] 
Added exception handlers in FindResourceExA/W (based on a patch by
Richard Cohen).

20 years agoTry not to display uninitialized data in traces (found by Valgrind).
Francois Gouget [Sat, 13 Dec 2003 01:34:40 +0000 (01:34 +0000)] 
Try not to display uninitialized data in traces (found by Valgrind).

20 years agoRemove flat scrollbar stub fixmes.
Mike Hearn [Sat, 13 Dec 2003 01:33:51 +0000 (01:33 +0000)] 
Remove flat scrollbar stub fixmes.

20 years agoAdded implib rule for building import libs.
Steven Edwards [Sat, 13 Dec 2003 01:33:19 +0000 (01:33 +0000)] 
Added implib rule for building import libs.

20 years agoFix managed state of some windows.
Jerry Jenkins [Sat, 13 Dec 2003 00:05:53 +0000 (00:05 +0000)] 
Fix managed state of some windows.