wine
18 years agomshtml: Init nsIOService as soon as possible.
Jacek Caban [Fri, 24 Feb 2006 19:27:38 +0000 (20:27 +0100)] 
mshtml: Init nsIOService as soon as possible.

18 years agoiphplapi: Define IF_NAMESIZE if missing.
Vitaly Lipatov [Fri, 24 Feb 2006 10:27:45 +0000 (13:27 +0300)] 
iphplapi: Define IF_NAMESIZE if missing.

18 years agoUpdated/new Norwegian Bokmål resources.
Alexander N. Sørnes [Fri, 24 Feb 2006 17:53:33 +0000 (18:53 +0100)] 
Updated/new Norwegian Bokmål resources.

18 years agoole32: Add descriptions for StgCreateDocfile and StgIsStorageFile functions.
Vitaly Lipatov [Fri, 24 Feb 2006 17:06:35 +0000 (20:06 +0300)] 
ole32: Add descriptions for StgCreateDocfile and StgIsStorageFile functions.

18 years agoriched20: Added a comment to make life easier.
Phil Krylov [Fri, 24 Feb 2006 12:49:05 +0000 (15:49 +0300)] 
riched20: Added a comment to make life easier.

18 years agoAssorted spelling fixes.
Francois Gouget [Fri, 24 Feb 2006 15:11:36 +0000 (16:11 +0100)] 
Assorted spelling fixes.

18 years agocrypt32: Add CryptQueryObject() prototype.
Francois Gouget [Fri, 24 Feb 2006 15:03:49 +0000 (16:03 +0100)] 
crypt32: Add CryptQueryObject() prototype.
Update win32.api.

18 years agowinsock: Tweak getnameinfo() prototype.
Francois Gouget [Fri, 24 Feb 2006 14:58:09 +0000 (15:58 +0100)] 
winsock: Tweak getnameinfo() prototype.
Tweak the getnameinfo() prototype to better match the Windows PSDK and
the GetNameInfoW() prototype.
Update win32.api.

18 years agosfc: Updates.
Francois Gouget [Fri, 24 Feb 2006 14:44:15 +0000 (15:44 +0100)] 
sfc: Updates.
Add a missing sfc.dll prototype.
Add an sfc.dll section to win32.api for winapi_check.

18 years agomsftedit: Fix CreateTextServices() forward.
Francois Gouget [Fri, 24 Feb 2006 14:50:44 +0000 (15:50 +0100)] 
msftedit: Fix CreateTextServices() forward.

18 years agod3d8: Remove spaces before '\n', spelling fix.
Francois Gouget [Fri, 24 Feb 2006 14:49:20 +0000 (15:49 +0100)] 
d3d8: Remove spaces before '\n', spelling fix.

18 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 24 Feb 2006 14:45:43 +0000 (15:45 +0100)] 
Add trailing '\n's to ok() calls.

18 years agouser32: Handle WM_ENDSESSION in DefWinProc().
Francois Gouget [Fri, 24 Feb 2006 14:34:09 +0000 (15:34 +0100)] 
user32: Handle WM_ENDSESSION in DefWinProc().
DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the
shutdown is proceeding.

18 years agouser32: 0 vs. INFINITE timeout.
Francois Gouget [Fri, 24 Feb 2006 12:14:17 +0000 (13:14 +0100)] 
user32: 0 vs. INFINITE timeout.
It is 0 that denotes an infinite timeout for the wine server now, not
-1 (INFINITE).
Document put_message_in_queue()'s check for INFINITE (done for
backwards compatibility with Windows 9x).

18 years agouser: Fix ExitWindows().
Francois Gouget [Fri, 24 Feb 2006 11:58:16 +0000 (12:58 +0100)] 
user: Fix ExitWindows().
- Use 0 to get an infinite timeout with SendMessageTimeoutW().
- Use SendMessageTimeoutW() to send the WM_ENDSESSION messages too so
we don't get stuck if a process is hung.
- Only send WM_ENDSESSION to windows that received a
WM_QUERYENDSESSION message. Also better mimick the Windows behavior.

18 years agousp10: Tidy default values.
Jeff Latimer [Fri, 24 Feb 2006 09:13:51 +0000 (20:13 +1100)] 
usp10: Tidy default values.
Set values for pwLogClust, uJustification and fClusterStart similar to
what Windows uses.

18 years agox11drv: Make the synchronous option a debug channel instead of a
Alexandre Julliard [Fri, 24 Feb 2006 20:05:44 +0000 (21:05 +0100)] 
x11drv: Make the synchronous option a debug channel instead of a
registry entry to make it easier to use.

18 years agoconfigure: Added special check for broken linux/capi.h.
Alexandre Julliard [Fri, 24 Feb 2006 10:46:17 +0000 (11:46 +0100)] 
configure: Added special check for broken linux/capi.h.

18 years agontdll: Use PROT_NONE instead of 0.
Alexandre Julliard [Fri, 24 Feb 2006 10:31:24 +0000 (11:31 +0100)] 
ntdll: Use PROT_NONE instead of 0.

18 years agokernel: Don't request execute permission for DOS memory.
Alexandre Julliard [Fri, 24 Feb 2006 10:31:04 +0000 (11:31 +0100)] 
kernel: Don't request execute permission for DOS memory.

18 years agocrypt32: Use public functions during serialization rather than relying
Juan Lang [Fri, 24 Feb 2006 01:47:12 +0000 (17:47 -0800)] 
crypt32: Use public functions during serialization rather than relying
on the internal format of a certificate.

18 years agocrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
Juan Lang [Thu, 23 Feb 2006 21:18:13 +0000 (13:18 -0800)] 
crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo

18 years agowinspool/tests: Skip tests, when a remote print server has no RPC
Detlef Riekenberg [Thu, 23 Feb 2006 15:03:32 +0000 (16:03 +0100)] 
winspool/tests: Skip tests, when a remote print server has no RPC
service running.

18 years agoole32/tests: Do not compare returned by DeleteFile value with TRUE.
Vitaly Lipatov [Thu, 23 Feb 2006 13:31:59 +0000 (16:31 +0300)] 
ole32/tests: Do not compare returned by DeleteFile value with TRUE.

18 years agoole: Fallthrough from local activation in CoGetClassObject.
Robert Shearman [Thu, 23 Feb 2006 19:02:00 +0000 (19:02 +0000)] 
ole: Fallthrough from local activation in CoGetClassObject.
If local-server or local-service activation doesn't work in
CoGetClassObject then fallthrough instead of returning from the
function.

18 years agooleaut: Fix standard font cloning.
Robert Shearman [Thu, 23 Feb 2006 19:01:02 +0000 (19:01 +0000)] 
oleaut: Fix standard font cloning.
Create new empty connection points on clone of the standard Font
(based on a patch by Alex Villacís Lasso).

18 years agouser: Give meaningful names to the structures used to transfer
Francois Gouget [Thu, 23 Feb 2006 16:57:59 +0000 (17:57 +0100)] 
user: Give meaningful names to the structures used to transfer
information to the test threads.

18 years agomsi: When evaluating conditions, if the condition is empty or none is
Ulrich Czekalla [Thu, 23 Feb 2006 16:33:10 +0000 (11:33 -0500)] 
msi: When evaluating conditions, if the condition is empty or none is
provided then treat it as being satisfied.

18 years agomsxml3: Fix for empty node lists.
Huw Davies [Thu, 23 Feb 2006 14:10:06 +0000 (14:10 +0000)] 
msxml3: Fix for empty node lists.

18 years agogdi: Use "MS Sans Serif" as default sans serif font, not Arial.
Dmitry Timoshkov [Thu, 23 Feb 2006 12:33:06 +0000 (20:33 +0800)] 
gdi: Use "MS Sans Serif" as default sans serif font, not Arial.

18 years agogdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt.
Huw Davies [Thu, 23 Feb 2006 12:02:03 +0000 (12:02 +0000)] 
gdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt.

18 years agocfgmgr32: Forward some functions to setupapi.dll.
Detlef Riekenberg [Thu, 23 Feb 2006 11:26:22 +0000 (12:26 +0100)] 
cfgmgr32: Forward some functions to setupapi.dll.

18 years agoserver: Add directories to recursive watches as they're opened.
Mike McCormack [Wed, 22 Feb 2006 15:45:34 +0000 (00:45 +0900)] 
server: Add directories to recursive watches as they're opened.

18 years agowincrypt: Add OIDs.
Juan Lang [Thu, 23 Feb 2006 06:25:19 +0000 (22:25 -0800)] 
wincrypt: Add OIDs.

18 years agosetupapi: Downgrade an ERR to a WARN.
James Hawkins [Thu, 23 Feb 2006 05:39:51 +0000 (23:39 -0600)] 
setupapi: Downgrade an ERR to a WARN.

18 years agoriched20: Call GetClipboardData callback on cut/copy.
Kevin Koltzau [Thu, 23 Feb 2006 04:09:59 +0000 (23:09 -0500)] 
riched20: Call GetClipboardData callback on cut/copy.

18 years agoriched20: Enable retrieving data through the ole interface.
Kevin Koltzau [Thu, 23 Feb 2006 04:09:11 +0000 (23:09 -0500)] 
riched20: Enable retrieving data through the ole interface.

18 years agoriched20: Ensure copied text is terminated with a null.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:50 +0000 (23:05 -0500)] 
riched20: Ensure copied text is terminated with a null.

18 years agoriched20: EM_GETOLEINTERFACE is not a stub.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:20 +0000 (23:05 -0500)] 
riched20: EM_GETOLEINTERFACE is not a stub.

18 years agoriched20: Store reference to editor in ole interface.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:11 +0000 (23:05 -0500)] 
riched20: Store reference to editor in ole interface.

18 years agoriched20: Allocate proper amount of memory for formatetc array.
Kevin Koltzau [Thu, 23 Feb 2006 04:04:56 +0000 (23:04 -0500)] 
riched20: Allocate proper amount of memory for formatetc array.

18 years agocrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
Juan Lang [Thu, 23 Feb 2006 00:26:52 +0000 (16:26 -0800)] 
crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.

18 years agocrypt32: Implement CertFindCertificateInStore, with tests.
Juan Lang [Wed, 22 Feb 2006 21:44:56 +0000 (13:44 -0800)] 
crypt32: Implement CertFindCertificateInStore, with tests.

18 years agoAdded msftedit.dll.
Stefan Leichter [Wed, 22 Feb 2006 18:17:48 +0000 (19:17 +0100)] 
Added msftedit.dll.

18 years agoriched20: Add IDataObject implementation and use it for cut/copy.
Kevin Koltzau [Wed, 22 Feb 2006 18:56:11 +0000 (13:56 -0500)] 
riched20: Add IDataObject implementation and use it for cut/copy.

18 years agowidl: Fix 64bit warning.
Kevin Koltzau [Wed, 22 Feb 2006 18:52:53 +0000 (13:52 -0500)] 
widl: Fix 64bit warning.

18 years agox11drv: Fix 64bit warning.
Kevin Koltzau [Wed, 22 Feb 2006 18:53:19 +0000 (13:53 -0500)] 
x11drv: Fix 64bit warning.

18 years agomsi: Fix heap overflow in ITERATE_CreateShortcuts.
Robert Shearman [Wed, 22 Feb 2006 16:31:00 +0000 (16:31 +0000)] 
msi: Fix heap overflow in ITERATE_CreateShortcuts.

18 years agomsi: Init size before passing to RegEnumValue.
Robert Shearman [Wed, 22 Feb 2006 16:30:57 +0000 (16:30 +0000)] 
msi: Init size before passing to RegEnumValue.

18 years agomsi: Always set a value for intype in ready_volume.
Robert Shearman [Wed, 22 Feb 2006 16:30:54 +0000 (16:30 +0000)] 
msi: Always set a value for intype in ready_volume.
Remove a memory leak.

18 years agomsi: Fix heap overflow in save_string_table.
Robert Shearman [Wed, 22 Feb 2006 16:30:50 +0000 (16:30 +0000)] 
msi: Fix heap overflow in save_string_table.
Fix heap overflow caused by not accounting for the dummy first item,
which contains the codepage.

18 years agoole: Make the CoCreateInstance test succeed.
Robert Shearman [Wed, 22 Feb 2006 16:26:25 +0000 (16:26 +0000)] 
ole: Make the CoCreateInstance test succeed.
Move the uninitialized apartment check after zeroing out the return
value.

18 years agoriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
Brian Chang [Tue, 21 Feb 2006 21:49:19 +0000 (13:49 -0800)] 
riched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
ECO_READONLY implemented and tested.

18 years agocrypt32: Tidy up tests.
Juan Lang [Wed, 22 Feb 2006 16:02:36 +0000 (08:02 -0800)] 
crypt32: Tidy up tests.
Fix up encoded data to use BYTE arrays rather than strings, and remove
extraneous NULL bytes from the end of some of them

18 years agocrypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
Juan Lang [Wed, 22 Feb 2006 15:37:24 +0000 (07:37 -0800)] 
crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
Move CryptVerifyMessageSignature stub to main.c.

18 years agokernel32: Add a stub implementation for CmdBatNotification.
Mike McCormack [Wed, 22 Feb 2006 11:54:16 +0000 (20:54 +0900)] 
kernel32: Add a stub implementation for CmdBatNotification.

18 years agokernel: Initialize the dll path from the main exe name explicitly
Alexandre Julliard [Wed, 22 Feb 2006 16:02:25 +0000 (17:02 +0100)] 
kernel: Initialize the dll path from the main exe name explicitly
since ImagePathName is not always set at that point.

18 years agoexplorer: Moved systray configuration option to a more appropriate place
Alexandre Julliard [Wed, 22 Feb 2006 16:01:15 +0000 (17:01 +0100)] 
explorer: Moved systray configuration option to a more appropriate place
and make it compatible with the way other options are stored.

18 years agoshell32: Move systray handling to the explorer process.
Robert Shearman [Sun, 19 Feb 2006 17:50:27 +0000 (17:50 +0000)] 
shell32: Move systray handling to the explorer process.

18 years agokernel: Get rid of module.h.
Alexandre Julliard [Wed, 22 Feb 2006 15:30:22 +0000 (16:30 +0100)] 
kernel: Get rid of module.h.

18 years agontdll: Simplify loadorder code by using an enum instead of an array
Alexandre Julliard [Wed, 22 Feb 2006 15:30:05 +0000 (16:30 +0100)] 
ntdll: Simplify loadorder code by using an enum instead of an array
to represent load order values.
Added a special value for default load order so that we can handle it
differently later on.

18 years agokernel: Don't bother checking load order of the exe in the parent process.
Alexandre Julliard [Wed, 22 Feb 2006 15:21:12 +0000 (16:21 +0100)] 
kernel: Don't bother checking load order of the exe in the parent process.

18 years agogdi32: Update due to last minute api change in freetype 2.2.0.
Huw Davies [Wed, 22 Feb 2006 12:24:25 +0000 (12:24 +0000)] 
gdi32: Update due to last minute api change in freetype 2.2.0.
FT_Module_Get_Flags existed briefly in freetype 2.2.0.rc1 but has now
been replaced by FT_Get_TrueType_Engine_Type.  There's no point in
supporting an rc1 release, so this removes support for
FT_Module_Get_Flags and adds support for FT_Get_TrueType_Engine_Type.

18 years agoserver: Make sure we don't get into an infinite loop freeing inodes.
Mike McCormack [Wed, 22 Feb 2006 14:11:17 +0000 (23:11 +0900)] 
server: Make sure we don't get into an infinite loop freeing inodes.

18 years agousp10: Add ScriptGetCMap functionality to translate wchars to glyphs.
Jeff Latimer [Wed, 22 Feb 2006 12:24:52 +0000 (23:24 +1100)] 
usp10: Add ScriptGetCMap functionality to translate wchars to glyphs.

18 years agomsvcrt: Save esp before calling catch block and restore afterwards.
Peter Beutner [Wed, 22 Feb 2006 11:21:00 +0000 (12:21 +0100)] 
msvcrt: Save esp before calling catch block and restore afterwards.
It seems like the esp value (which is saved at [ebp-16]) is sometimes
changed inside the catch handler so we end up with a bogus esp
afterwards.  To avoid that save it before calling the catch block.

18 years agomsvcrt: Fix handling of multiple nested exceptions.
Peter Beutner [Wed, 22 Feb 2006 11:06:56 +0000 (12:06 +0100)] 
msvcrt: Fix handling of multiple nested exceptions.
Save in each nested frame a pointer to the original exception record.
Only one refence in thread_data isn't enough when we have multiple
nested frames.

18 years agomsvcrt: Fix handling of nested exceptions.
Peter Beutner [Wed, 22 Feb 2006 11:04:13 +0000 (12:04 +0100)] 
msvcrt: Fix handling of nested exceptions.
Move handling of nested exceptions completely in the
catch_function_nested_handler().  If a new exception was thrown inside
a catch block destroy the old exception object, if it is a rethrow
re-propagate the previous object.

18 years agoshell32: Fixes for bugs found by valgrind on shell32 tests harness.
Eric Pouech [Wed, 22 Feb 2006 11:04:02 +0000 (12:04 +0100)] 
shell32: Fixes for bugs found by valgrind on shell32 tests harness.
- read strings from left to right (PathGetDriveNumberW)
- don't access buffers before they are filled (SHGetPathFromIDListW)
- fill buffers & variables on all paths (SHELL_FindExecutable)
- handle error condition (unix_fs)
- don't shoot in the blind for AW APIs (tests/shelllink.c)

18 years agowinedos: Fixed a couple of typos in ppdev.
Marco Timpano [Wed, 22 Feb 2006 11:03:07 +0000 (12:03 +0100)] 
winedos: Fixed a couple of typos in ppdev.

18 years agomapi: Add some missing MAPI prototypes.
Francois Gouget [Wed, 22 Feb 2006 11:02:46 +0000 (12:02 +0100)] 
mapi: Add some missing MAPI prototypes.
Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
and include it where they are implemented.
Make mapi.h and mapix.h compatible. gcc does not like macros and
prototypes to be redefined so this involved protecting against
multiple definitions.
Fix the MAPISendMail() implementation prototype.

18 years agoriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
Lei Zhang [Tue, 21 Feb 2006 18:19:01 +0000 (10:19 -0800)] 
riched20: Implement FR_MATCHCASE for EM_FINDTEXT.
Removed todo flag from affected FR_MATCHCASE tests.

18 years agomsi: Implement MsiSourceListAddSource.
Ulrich Czekalla [Tue, 21 Feb 2006 19:24:25 +0000 (14:24 -0500)] 
msi: Implement MsiSourceListAddSource.

18 years agoadvapi32: Add partial implementation of LookupAccountNameW.
Ulrich Czekalla [Tue, 21 Feb 2006 19:17:24 +0000 (14:17 -0500)] 
advapi32: Add partial implementation of LookupAccountNameW.

18 years agoshell32: Export PathResolve by name.
Stefan Leichter [Tue, 21 Feb 2006 19:23:43 +0000 (20:23 +0100)] 
shell32: Export PathResolve by name.

18 years agokernel: Moved the get_startup_info call to ntdll.
Alexandre Julliard [Wed, 22 Feb 2006 08:57:19 +0000 (09:57 +0100)] 
kernel: Moved the get_startup_info call to ntdll.

18 years agoserver: Remove no longer needed fields in the init_process_done request.
Alexandre Julliard [Tue, 21 Feb 2006 19:08:19 +0000 (20:08 +0100)] 
server: Remove no longer needed fields in the init_process_done request.

18 years agotwain: Implment DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET.
Aric Stewart [Tue, 21 Feb 2006 14:41:07 +0000 (08:41 -0600)] 
twain: Implment DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET.
Implement the DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET code path. Along with
a number of corrections and improvements to allow the actual aquiring
of images to succeed.

18 years agomsxml3: Improve parse error handling a bit.
Huw Davies [Tue, 21 Feb 2006 11:52:25 +0000 (11:52 +0000)] 
msxml3: Improve parse error handling a bit.

18 years agomsxml3: Use url monikers to load xml.
Huw Davies [Tue, 21 Feb 2006 11:50:59 +0000 (11:50 +0000)] 
msxml3: Use url monikers to load xml.

18 years agokernel: Use LoadLibrary to load the main exe in all cases.
Alexandre Julliard [Tue, 21 Feb 2006 18:48:18 +0000 (19:48 +0100)] 
kernel: Use LoadLibrary to load the main exe in all cases.

18 years agontdll: Support loading a builtin under a different name.
Alexandre Julliard [Tue, 21 Feb 2006 18:43:22 +0000 (19:43 +0100)] 
ntdll: Support loading a builtin under a different name.
Find the proper modref in that case based on the dlopen handle.

18 years agontdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_imports.
Alexandre Julliard [Tue, 21 Feb 2006 18:32:26 +0000 (19:32 +0100)] 
ntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_imports.
This ensures that we never fixup imports twice on the same dll.

18 years agoshell32: Use more reasonable timeouts in shlexec test.
Alexandre Julliard [Tue, 21 Feb 2006 18:30:29 +0000 (19:30 +0100)] 
shell32: Use more reasonable timeouts in shlexec test.

18 years agoserver: Avoid hang on process startup.
Alexandre Julliard [Tue, 21 Feb 2006 18:30:17 +0000 (19:30 +0100)] 
server: Avoid hang on process startup.
Fixed the startup_info signaled state to avoid blocking the parent
process when the child crashes on startup.

18 years agontdll: Support loading builtin dlls with an explicit path name also
Alexandre Julliard [Tue, 21 Feb 2006 10:56:16 +0000 (11:56 +0100)] 
ntdll: Support loading builtin dlls with an explicit path name also
when loadorder is set to builtin only.

18 years agontdll: Remove spaces at end of name in import_dll.
Uwe Bonnes [Mon, 20 Feb 2006 13:08:26 +0000 (14:08 +0100)] 
ntdll: Remove spaces at end of name in import_dll.

18 years agowinefile: Add the ability to save window position to the registry.
Jason Green [Mon, 20 Feb 2006 17:57:01 +0000 (12:57 -0500)] 
winefile: Add the ability to save window position to the registry.

18 years agousp10: Add stub for ScriptTextOut.
Jeff Latimer [Tue, 21 Feb 2006 09:47:39 +0000 (20:47 +1100)] 
usp10: Add stub for ScriptTextOut.

18 years agousp10: Add ScriptPlace funtionality.
Jeff Latimer [Tue, 21 Feb 2006 09:24:24 +0000 (20:24 +1100)] 
usp10: Add ScriptPlace funtionality.
The key function is to calculate the total of the ABC widths of the
characters converted to gylphs by ScriptShape.

18 years agoshdocvw: Added correct implementation of IProvideClassInfo::GetGUID.
Jacek Caban [Tue, 21 Feb 2006 09:05:00 +0000 (10:05 +0100)] 
shdocvw: Added correct implementation of IProvideClassInfo::GetGUID.

18 years agod3d8: Move the capability detection code over to WineD3D.
Roderick Colenbrander [Mon, 20 Feb 2006 22:01:08 +0000 (23:01 +0100)] 
d3d8: Move the capability detection code over to WineD3D.
Let the few existing parts which need the capabiliteis use the WineD3D
capability structure (gl_info). This info structure contains next to
'flags' inidicating certain features also all GL/GLX functions
pointers. Because D3D8 moves over to the wined3d gl_info structure all
the gl prototypes in d3dcore_gl.h were unneeded and removed.

18 years agoriched20: Fix for EM_FINDTEXT input validation.
Lei Zhang [Mon, 20 Feb 2006 18:35:14 +0000 (10:35 -0800)] 
riched20: Fix for EM_FINDTEXT input validation.
Fixed the cpMin/cpMax validation code for EM_FINDTEXT.
Removed todo flag from affected EM_FINDTEXT tests.

18 years agoadvpack: Implement AddDelBackupEntry.
James Hawkins [Tue, 21 Feb 2006 03:49:27 +0000 (21:49 -0600)] 
advpack: Implement AddDelBackupEntry.

18 years agoadvpack: Add tests for AddDelBackupEntry.
James Hawkins [Tue, 21 Feb 2006 03:48:17 +0000 (21:48 -0600)] 
advpack: Add tests for AddDelBackupEntry.

18 years agoadvpack: Make AddDelBackupEntry always return S_OK.
James Hawkins [Tue, 21 Feb 2006 03:46:19 +0000 (21:46 -0600)] 
advpack: Make AddDelBackupEntry always return S_OK.

18 years agoadvpack: Branch off the advpack install functions into install.c.
James Hawkins [Tue, 21 Feb 2006 03:44:03 +0000 (21:44 -0600)] 
advpack: Branch off the advpack install functions into install.c.

18 years agoadvpack: Implement the Open/CloseINFEngine and TranslateINFStringEx
James Hawkins [Tue, 21 Feb 2006 03:42:25 +0000 (21:42 -0600)] 
advpack: Implement the Open/CloseINFEngine and TranslateINFStringEx
trio of functions.

18 years agoadvpack: Load the LDIDs of an install section in TranslateInfString.
James Hawkins [Tue, 21 Feb 2006 03:40:59 +0000 (21:40 -0600)] 
advpack: Load the LDIDs of an install section in TranslateInfString.

18 years agoole32: Fix stream ref counting.
Dr J A Gow [Tue, 21 Feb 2006 08:03:36 +0000 (17:03 +0900)] 
ole32: Fix stream ref counting.
Stream methods called after parent object has been closed correctly
return STG_E_REVERTED.
Stream refcounting fixed. Now can safely call IStorage destructor
before IStream destructor and guarantee file will be closed.