wine
20 years agoCorrect the calculation of the year for the 31'st of December of 2000
Rein Klazes [Fri, 22 Oct 2004 19:54:17 +0000 (19:54 +0000)] 
Correct the calculation of the year for the 31'st of December of 2000
and every 400 years after that. Add a test used to find this bug.

20 years agoFix indenting of last patch (tabs instead of spaces).
Martin Fuchs [Fri, 22 Oct 2004 19:52:50 +0000 (19:52 +0000)] 
Fix indenting of last patch (tabs instead of spaces).

20 years agoAdd a test for creating empty shelllink files.
Mike McCormack [Fri, 22 Oct 2004 19:52:33 +0000 (19:52 +0000)] 
Add a test for creating empty shelllink files.

20 years agoAudit the Date Time Control. Unicodification.
Dimitrie O. Paun [Fri, 22 Oct 2004 19:52:08 +0000 (19:52 +0000)] 
Audit the Date Time Control. Unicodification.
Type safe functions (pass infoPtr and type safe values around).
Some cleanup and indentation fixes.

20 years agoDon't consider a bad format an error unless the capabilities say it
Robert Reif [Fri, 22 Oct 2004 19:51:54 +0000 (19:51 +0000)] 
Don't consider a bad format an error unless the capabilities say it
should be supported.
Don't consider a device already in use an error.

20 years ago- SHCreateDirectory should create intermediate directories if
Rolf Kalbermatter [Thu, 21 Oct 2004 22:29:42 +0000 (22:29 +0000)] 
- SHCreateDirectory should create intermediate directories if
  necessary.
- Remove extra boolean parameter in SHNotifyMoveFile as it is not
  used.
- Use in SHFileOperation the function SHNotifyCreateDirectory instead
  of SHCreateDirectoryEx as it does not anymore what is needed here.
- Fix several unsigned/signed mismatch warnings.

20 years agoStandardize on '%long --pointer'.
Francois Gouget [Thu, 21 Oct 2004 22:28:28 +0000 (22:28 +0000)] 
Standardize on '%long --pointer'.
Update it to match the latest source. Fixes many winapi_check
warnings.

20 years agoMonthcal_SetRange: Set proper value for min date.
Uwe Bonnes [Thu, 21 Oct 2004 22:28:12 +0000 (22:28 +0000)] 
Monthcal_SetRange: Set proper value for min date.

20 years agoRemove env values from config, they are now maintained in the
Dimitrie O. Paun [Thu, 21 Oct 2004 22:20:47 +0000 (22:20 +0000)] 
Remove env values from config, they are now maintained in the
registry.

20 years agoFix some issues reported by winapi_check:
Francois Gouget [Thu, 21 Oct 2004 21:00:29 +0000 (21:00 +0000)] 
Fix some issues reported by winapi_check:
Add mscat.h and wintrust.h; update wincrypt.h.
Fix the CryptCATAdminAcquireContext() and WinVerifyTrust() prototypes
so they use the proper types.
Update the wintrust section of win32.api.

20 years agoAlways remove WS_BORDER style from ComboBoxEx control.
Robert Shearman [Thu, 21 Oct 2004 20:59:38 +0000 (20:59 +0000)] 
Always remove WS_BORDER style from ComboBoxEx control.

20 years ago- Don't double-quote an already double-quoted argument.
Ge van Geldorp [Thu, 21 Oct 2004 20:59:25 +0000 (20:59 +0000)] 
- Don't double-quote an already double-quoted argument.
- Properly increment the fmt pointer.

20 years agoImplement the beginnings of the stateblock class, and a first method
Jason Edmeades [Thu, 21 Oct 2004 20:59:12 +0000 (20:59 +0000)] 
Implement the beginnings of the stateblock class, and a first method
to use it.

20 years agoDon't add extra OFFSET_X/Y to the calculation of rcBitmap.top/left,
Thorsten Kani [Thu, 21 Oct 2004 20:58:43 +0000 (20:58 +0000)] 
Don't add extra OFFSET_X/Y to the calculation of rcBitmap.top/left,
just use GetSystemMetrics.

20 years agoWarn about implementing a -register function as stdcall.
Francois Gouget [Thu, 21 Oct 2004 20:58:13 +0000 (20:58 +0000)] 
Warn about implementing a -register function as stdcall.

20 years agoAdd support for include/msvcrt. Fixes a bunch of spurious warnings.
Francois Gouget [Thu, 21 Oct 2004 20:57:53 +0000 (20:57 +0000)] 
Add support for include/msvcrt. Fixes a bunch of spurious warnings.
Remove kludges for kernel_private.h, gdi_private.h, ntdll_misc.h,
ts_xlib.h, x11drv.h and x11font.h. They are not needed anymore.

20 years agoTrailing white space cleanup.
Robert Reif [Thu, 21 Oct 2004 20:57:26 +0000 (20:57 +0000)] 
Trailing white space cleanup.
Add IClassFactory->CreateInstance aggregation checks.
IID_IDirectSoundCapture and IID_IDirectSoundCapture8 are same so
remove redundant check.
Allocate capture buffer for hw driver if necessary.

20 years agoImplement ChangeServiceConfig2A using ChangeServiceConfig2W.
Mike McCormack [Thu, 21 Oct 2004 20:57:09 +0000 (20:57 +0000)] 
Implement ChangeServiceConfig2A using ChangeServiceConfig2W.

20 years ago- the correct registry location to override is User Shell Folders, not
Juan Lang [Thu, 21 Oct 2004 19:59:46 +0000 (19:59 +0000)] 
- the correct registry location to override is User Shell Folders, not
  Shell Folders
- if User Shell Folders doesn't exist in HKCU, HKLM should be tried
- SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa
- the default values should be localizable
- some of the parameter checking and returned LPITEMIDLISTs were a bit
  off

20 years agoDeclare DO_DUMP_FUNC() before calling it and call normally so that
Francois Gouget [Thu, 21 Oct 2004 19:58:39 +0000 (19:58 +0000)] 
Declare DO_DUMP_FUNC() before calling it and call normally so that
perl can check its prototype.

20 years agoStrictified.
Francois Gouget [Thu, 21 Oct 2004 19:58:25 +0000 (19:58 +0000)] 
Strictified.

20 years agoRemove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
Francois Gouget [Thu, 21 Oct 2004 19:58:08 +0000 (19:58 +0000)] 
Remove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().

20 years agoFix the declaration of SymEnumSymbols() in dbghelp.spec.
Francois Gouget [Thu, 21 Oct 2004 19:57:56 +0000 (19:57 +0000)] 
Fix the declaration of SymEnumSymbols() in dbghelp.spec.
Use PVOID instead of void* for consistency.
Update the dbghelp section in win32.api.

20 years agoMake the 'wrong argument count' warning clearer when dealing with long
Francois Gouget [Thu, 21 Oct 2004 19:57:15 +0000 (19:57 +0000)] 
Make the 'wrong argument count' warning clearer when dealing with long
vs. "long long" issues.

20 years agoCorrect the calculation of the year for the 31'st of December of leap
Rein Klazes [Thu, 21 Oct 2004 19:57:00 +0000 (19:57 +0000)] 
Correct the calculation of the year for the 31'st of December of leap
years.

20 years ago- mktime should compute the tm_wday, tm_yday and renormalize the
Rein Klazes [Thu, 21 Oct 2004 19:56:46 +0000 (19:56 +0000)] 
- mktime should compute the tm_wday, tm_yday and renormalize the
  other fields of the supplied tm structure.
- add prototype declarations for the time functions.

20 years agoCorrect the date of the completeness audit.
Robert Shearman [Thu, 21 Oct 2004 19:56:32 +0000 (19:56 +0000)] 
Correct the date of the completeness audit.

20 years agoDefine SERVICE_NO_CHANGE and RegisterServiceCtrlHandlerEx.
Mike McCormack [Thu, 21 Oct 2004 19:56:17 +0000 (19:56 +0000)] 
Define SERVICE_NO_CHANGE and RegisterServiceCtrlHandlerEx.

20 years agoFix escaped quote handling in strings.
Francois Gouget [Thu, 21 Oct 2004 19:56:04 +0000 (19:56 +0000)] 
Fix escaped quote handling in strings.
Properly handle C and C++ comment parsing.

20 years agoVarParseNumFromStr: Keep zeros after decimal point, correctly keep
Walt Ogburn [Thu, 21 Oct 2004 19:55:37 +0000 (19:55 +0000)] 
VarParseNumFromStr: Keep zeros after decimal point, correctly keep
track of trailing zeros in a decimal number.
VarNumFromParseNum: Don't error on decimal expressions for zero.

20 years agoAdd prototype for SHFreeNameMappings.
Rolf Kalbermatter [Thu, 21 Oct 2004 19:54:36 +0000 (19:54 +0000)] 
Add prototype for SHFreeNameMappings.

20 years agoFix WTInfoA in wintab.c so it can now take lpOutput == NULL, as per
Robert North [Thu, 21 Oct 2004 19:53:02 +0000 (19:53 +0000)] 
Fix WTInfoA in wintab.c so it can now take lpOutput == NULL, as per
standard.

20 years agoAudit the month calendar.
Dimitrie O. Paun [Thu, 21 Oct 2004 19:52:28 +0000 (19:52 +0000)] 
Audit the month calendar.

20 years ago- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to draw bitmaps from
Robert Shearman [Thu, 21 Oct 2004 19:52:16 +0000 (19:52 +0000)] 
- Draw with ILD_TRANSPARENT instead of ILD_NORMAL to draw bitmaps from
  the native shell image list properly (reported by Thorsten Kani).
- Rewrite TOOLBAR_NotifyFormat to avoid side-effects.

20 years agoImplement ChangeServiceConfigA using ChangeServiceConfigW.
Mike McCormack [Thu, 21 Oct 2004 19:51:53 +0000 (19:51 +0000)] 
Implement ChangeServiceConfigA using ChangeServiceConfigW.

20 years ago- use ID_SELECT_FONT in german menu
Martin Fuchs [Thu, 21 Oct 2004 19:51:31 +0000 (19:51 +0000)] 
- use ID_SELECT_FONT in german menu
- move string constants into string resources

20 years agoDon't consider a device that is already in use a test failure.
Robert Reif [Thu, 21 Oct 2004 19:51:10 +0000 (19:51 +0000)] 
Don't consider a device that is already in use a test failure.

20 years agoRelease 20041019. wine-20041019
Alexandre Julliard [Wed, 20 Oct 2004 02:15:06 +0000 (02:15 +0000)] 
Release 20041019.

20 years agoFix various function prototypes.
Vincent Béron [Tue, 19 Oct 2004 23:55:15 +0000 (23:55 +0000)] 
Fix various function prototypes.

20 years agoAdd ffs() to porting library, needed by MinGW.
Hans Leidekker [Tue, 19 Oct 2004 23:53:26 +0000 (23:53 +0000)] 
Add ffs() to porting library, needed by MinGW.

20 years agoRename getkey and setkey for FreeBSD.
Anish Mistry [Tue, 19 Oct 2004 23:51:16 +0000 (23:51 +0000)] 
Rename getkey and setkey for FreeBSD.

20 years agoAdded dummy implementation for EnumUILanguagesA/W.
Stefan Leichter [Tue, 19 Oct 2004 23:50:36 +0000 (23:50 +0000)] 
Added dummy implementation for EnumUILanguagesA/W.

20 years agowinebuild shouldn't depend on the NO_TRACE_MSGS define.
Alexandre Julliard [Tue, 19 Oct 2004 23:09:02 +0000 (23:09 +0000)] 
winebuild shouldn't depend on the NO_TRACE_MSGS define.

20 years agoUse a new DLLDEFS variable in configure/Makefiles to actually remove
Vincent Béron [Tue, 19 Oct 2004 23:06:11 +0000 (23:06 +0000)] 
Use a new DLLDEFS variable in configure/Makefiles to actually remove
all the debug messages (minus ERRs) if the user decides so.

20 years agoImplement SetPathWordBreakProc and MirrorIcon.
Robert Shearman [Tue, 19 Oct 2004 22:59:59 +0000 (22:59 +0000)] 
Implement SetPathWordBreakProc and MirrorIcon.

20 years agoRebar completeness audit.
Robert Shearman [Tue, 19 Oct 2004 22:59:14 +0000 (22:59 +0000)] 
Rebar completeness audit.

20 years agoWindows with WS_EX_TOOLWINDOW style should not have min/max buttons.
Robert Shearman [Tue, 19 Oct 2004 22:54:24 +0000 (22:54 +0000)] 
Windows with WS_EX_TOOLWINDOW style should not have min/max buttons.

20 years ago- added -fPIC to the LDDLLFLAGS line for HPUX; winegcc needs to pass
Warren Baird [Tue, 19 Oct 2004 21:37:09 +0000 (21:37 +0000)] 
- added -fPIC to the LDDLLFLAGS line for HPUX; winegcc needs to pass
  -fPIC to the link line to keep the hp linker happy
- set DLLEXT to .sl on HPUX

20 years agoRegQueryValueW must return count in bytes for empty string too.
Alexandre Julliard [Tue, 19 Oct 2004 21:14:09 +0000 (21:14 +0000)] 
RegQueryValueW must return count in bytes for empty string too.

20 years agoDon't consider failure with DSERR_NODRIVER a test failure.
Robert Reif [Tue, 19 Oct 2004 21:10:41 +0000 (21:10 +0000)] 
Don't consider failure with DSERR_NODRIVER a test failure.

20 years agoMake TranslateAcceleratorA handle national characters.
Dmitry Timoshkov [Tue, 19 Oct 2004 21:10:17 +0000 (21:10 +0000)] 
Make TranslateAcceleratorA handle national characters.

20 years agoPass correct uiParam for SPI_GETNONCLIENTMETRICS.
Ge van Geldorp [Tue, 19 Oct 2004 21:09:42 +0000 (21:09 +0000)] 
Pass correct uiParam for SPI_GETNONCLIENTMETRICS.

20 years agoAdd HKLM,%Currentversion%\Setup,"BootDir" to the installation
Rein Klazes [Tue, 19 Oct 2004 21:09:28 +0000 (21:09 +0000)] 
Add HKLM,%Currentversion%\Setup,"BootDir" to the installation
defaults.

20 years agoAdd kernel32 as import for wintrust.
Uwe Bonnes [Tue, 19 Oct 2004 21:09:12 +0000 (21:09 +0000)] 
Add kernel32 as import for wintrust.

20 years agoImplement CallNamedPipeA using CallNamedPipeW.
Mike McCormack [Tue, 19 Oct 2004 21:08:58 +0000 (21:08 +0000)] 
Implement CallNamedPipeA using CallNamedPipeW.

20 years agoKeep "trailing" zeros on whole number part of a decimal.
Walt Ogburn [Tue, 19 Oct 2004 21:08:40 +0000 (21:08 +0000)] 
Keep "trailing" zeros on whole number part of a decimal.
Add an example of this to tests.

20 years agoTest that SafeArrayDestroyData keeps the pointer if FADF_STATIC is
Walt Ogburn [Tue, 19 Oct 2004 21:08:18 +0000 (21:08 +0000)] 
Test that SafeArrayDestroyData keeps the pointer if FADF_STATIC is
set, nulls it otherwise.

20 years agoSafeArrayDestroyData - keep pointer, don't destroy data if FADF_STATIC
Walt Ogburn [Tue, 19 Oct 2004 21:08:02 +0000 (21:08 +0000)] 
SafeArrayDestroyData - keep pointer, don't destroy data if FADF_STATIC
is set.

20 years agoOutput the virtual tables for the exception classes using assembly so
Alexandre Julliard [Tue, 19 Oct 2004 04:03:07 +0000 (04:03 +0000)] 
Output the virtual tables for the exception classes using assembly so
that they can have the correct layout, and get rid of the
corresponding hacks in RTTI_GetObjectLocator.
Build more of the code on non-i386 platforms too.
Protect __RTDynamicCast and friends with exception handlers.
Fix handling of the vtable pointer so that we don't need to declare
all object pointers as type_info.

20 years agoAdded a version option to the wineserver.
Bill Medland [Tue, 19 Oct 2004 03:57:41 +0000 (03:57 +0000)] 
Added a version option to the wineserver.

20 years ago- Fix typo in error message
Martin Fuchs [Tue, 19 Oct 2004 03:57:18 +0000 (03:57 +0000)] 
- Fix typo in error message
- Separate wint_t definition from wctype_t definition (needed for
  Cygwin target).

20 years agoProtect use of pthread functions with #ifdef HAVE_PTHREAD_H.
Hans Leidekker [Tue, 19 Oct 2004 03:57:05 +0000 (03:57 +0000)] 
Protect use of pthread functions with #ifdef HAVE_PTHREAD_H.

20 years agoConvert the shellmenu code to use unicode.
Mike McCormack [Tue, 19 Oct 2004 03:56:40 +0000 (03:56 +0000)] 
Convert the shellmenu code to use unicode.

20 years agoDon't consider MMSYSERR_NOTSUPPORTED an error for wide functions.
Robert Reif [Mon, 18 Oct 2004 23:14:54 +0000 (23:14 +0000)] 
Don't consider MMSYSERR_NOTSUPPORTED an error for wide functions.

20 years agoDon't free subclass stack while it's still in use.
Ge van Geldorp [Mon, 18 Oct 2004 23:14:38 +0000 (23:14 +0000)] 
Don't free subclass stack while it's still in use.

20 years agoRemoving references to now obsolete winesetuptk, as requested by users.
Ivan Leo Puoti [Mon, 18 Oct 2004 23:14:24 +0000 (23:14 +0000)] 
Removing references to now obsolete winesetuptk, as requested by users.

20 years agoFixed __RTDynamicCast to return the correct pointer for multiple
Alexandre Julliard [Mon, 18 Oct 2004 23:13:55 +0000 (23:13 +0000)] 
Fixed __RTDynamicCast to return the correct pointer for multiple
inheritance hierarchies (thanks to Muse Research for help with this
one).
Added some debug output.

20 years agoDuring startup of the connection to an external ODBC provider
Bill Medland [Mon, 18 Oct 2004 22:47:14 +0000 (22:47 +0000)] 
During startup of the connection to an external ODBC provider
(e.g. unixODBC) replicate that provider's driver and DSN data to the
registry so that Windows programs that actually query the registry
rather than the ODBC will find at least some information.

20 years agoFix some types problems.
Vincent Béron [Mon, 18 Oct 2004 22:39:21 +0000 (22:39 +0000)] 
Fix some types problems.

20 years agoTest zero exponents with and without signs.
Walt Ogburn [Mon, 18 Oct 2004 22:35:18 +0000 (22:35 +0000)] 
Test zero exponents with and without signs.

20 years agoPush on stack in 16 bit mode with segment wrap around.
Markus Amsler [Mon, 18 Oct 2004 22:34:02 +0000 (22:34 +0000)] 
Push on stack in 16 bit mode with segment wrap around.

20 years agoAdded an IDL file for Richedit's OLE interface.
Mike McCormack [Mon, 18 Oct 2004 22:28:21 +0000 (22:28 +0000)] 
Added an IDL file for Richedit's OLE interface.

20 years agoModify ANSI functions to allocate intermediate Unicode strings on the
Rolf Kalbermatter [Mon, 18 Oct 2004 21:45:16 +0000 (21:45 +0000)] 
Modify ANSI functions to allocate intermediate Unicode strings on the
heap instead of stack.

20 years agoRevise winmm/time.c to fix timer resolution at 1 ms. This then allows
Jeremy White [Mon, 18 Oct 2004 21:44:32 +0000 (21:44 +0000)] 
Revise winmm/time.c to fix timer resolution at 1 ms. This then allows
a much more efficient implementation of timer events and timeGetTime,
and callers that used sub 10 ms resolution will now get correct
results.

20 years agoRestore lost chunk of previous patch.
Alexandre Julliard [Mon, 18 Oct 2004 21:43:50 +0000 (21:43 +0000)] 
Restore lost chunk of previous patch.

20 years ago- Added dispinterfaces: DWebBrowserEvents and DWebBrowserEvents2.
Jacek Caban [Mon, 18 Oct 2004 21:43:18 +0000 (21:43 +0000)] 
- Added dispinterfaces: DWebBrowserEvents and DWebBrowserEvents2.
- Added coclass: WebBrowser.
- Added exdispid.h.

20 years agoAdd some more Alpha asm code and Alpha-specific parts.
Vincent Béron [Mon, 18 Oct 2004 21:27:52 +0000 (21:27 +0000)] 
Add some more Alpha asm code and Alpha-specific parts.

20 years agoProtect USER32 against early graphics driver unloading.
Dmitry Timoshkov [Mon, 18 Oct 2004 21:25:26 +0000 (21:25 +0000)] 
Protect USER32 against early graphics driver unloading.

20 years agoImplement LBS_COMBOBOX, and make use of it.
Dimitrie O. Paun [Mon, 18 Oct 2004 21:22:44 +0000 (21:22 +0000)] 
Implement LBS_COMBOBOX, and make use of it.
Better separation between the Listbox and Combobox.
Have a single set of wndprocs, just like Windows.

20 years agoAdded IClassFactory->CreateInstance aggregation checks.
Joris Huizer [Mon, 18 Oct 2004 21:21:19 +0000 (21:21 +0000)] 
Added IClassFactory->CreateInstance aggregation checks.

20 years ago Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
Peter Riocreux [Mon, 18 Oct 2004 21:20:09 +0000 (21:20 +0000)] 
 Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.

20 years agoInitialize .COM stack.
Markus Amsler [Mon, 18 Oct 2004 21:19:57 +0000 (21:19 +0000)] 
Initialize .COM stack.

20 years agoAdded stub for CryptCATAdminAcquireContext.
Stefan Leichter [Mon, 18 Oct 2004 21:19:46 +0000 (21:19 +0000)] 
Added stub for CryptCATAdminAcquireContext.

20 years agoIn RtlQueryTimezoneInformation use information from the registry if it
Rein Klazes [Mon, 18 Oct 2004 21:19:28 +0000 (21:19 +0000)] 
In RtlQueryTimezoneInformation use information from the registry if it
is available.

20 years agoAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurster <gwurster@scs.carleton.ca>
Alexandre Julliard [Mon, 18 Oct 2004 21:18:58 +0000 (21:18 +0000)] 
Authors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurster <gwurster@scs.carleton.ca>
Don't unrealize the palette by calling SetPaletteEntries.
Check peFlags for PC_RESERVED.

20 years agoAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurster <gwurster@scs.carleton.ca>
Alexandre Julliard [Mon, 18 Oct 2004 21:18:30 +0000 (21:18 +0000)] 
Authors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurster <gwurster@scs.carleton.ca>
Change reading of PC_(EXPLICIT|NOCOLLAPSE|RESERVED) to handle multiple
values.

20 years agoAdded some Czech resources.
David Kredba [Mon, 18 Oct 2004 19:42:43 +0000 (19:42 +0000)] 
Added some Czech resources.

20 years ago- TBN_DELETINGBUTTON sends the command ID, not the index.
Robert Shearman [Mon, 18 Oct 2004 19:39:22 +0000 (19:39 +0000)] 
- TBN_DELETINGBUTTON sends the command ID, not the index.
- Fill in tbButton structure for TBN_DELETINGBUTTON notification.
- Document TBN_QUERY* sending indices.

20 years agoFix port enumeration.
Mike McCormack [Mon, 18 Oct 2004 19:38:57 +0000 (19:38 +0000)] 
Fix port enumeration.

20 years agoAvoid using gettimeofday().
Hans Leidekker [Mon, 18 Oct 2004 19:38:41 +0000 (19:38 +0000)] 
Avoid using gettimeofday().

20 years agoTest whether the ft_encoding's are defined, not the FT_ENCODING's.
Rein Klazes [Mon, 18 Oct 2004 19:38:30 +0000 (19:38 +0000)] 
Test whether the ft_encoding's are defined, not the FT_ENCODING's.

20 years agoStub function for OpenInputDesktop.
Marcus Meissner [Mon, 18 Oct 2004 19:38:01 +0000 (19:38 +0000)] 
Stub function for OpenInputDesktop.

20 years agoAdd stub implementation for CreateProxyFromTypeInfo.
Mike McCormack [Mon, 18 Oct 2004 19:37:42 +0000 (19:37 +0000)] 
Add stub implementation for CreateProxyFromTypeInfo.

20 years agoUniformize endianness definition.
Vincent Béron [Mon, 18 Oct 2004 19:37:30 +0000 (19:37 +0000)] 
Uniformize endianness definition.

20 years agoProtect some more types which can be redeclared in Xmd.h.
Vincent Béron [Mon, 18 Oct 2004 19:37:19 +0000 (19:37 +0000)] 
Protect some more types which can be redeclared in Xmd.h.

20 years agoReturn out of the default case, assert() is removed with -DNDEBUG.
Marcus Meissner [Mon, 18 Oct 2004 19:36:55 +0000 (19:36 +0000)] 
Return out of the default case, assert() is removed with -DNDEBUG.

20 years agoFix some places where no driver present causes problems.
Robert Reif [Mon, 18 Oct 2004 19:36:42 +0000 (19:36 +0000)] 
Fix some places where no driver present causes problems.

20 years agoImplement ImageList_SetColorTable.
Robert Shearman [Mon, 18 Oct 2004 19:36:13 +0000 (19:36 +0000)] 
Implement ImageList_SetColorTable.

20 years agoThe "colors" parameter of SetDIBColorTable should be CONST.
Robert Shearman [Mon, 18 Oct 2004 19:35:50 +0000 (19:35 +0000)] 
The "colors" parameter of SetDIBColorTable should be CONST.

20 years agoFixed a typo in CryptExportKey.
Michael Jung [Mon, 18 Oct 2004 19:35:24 +0000 (19:35 +0000)] 
Fixed a typo in CryptExportKey.