wine
24 years agoWinemaker's man page initial release.
Francois Gouget [Mon, 6 Nov 2000 05:41:23 +0000 (05:41 +0000)] 
Winemaker's man page initial release.

24 years agoBetter error message when an include file is not found by makedep.
Alexandre Julliard [Mon, 6 Nov 2000 05:32:59 +0000 (05:32 +0000)] 
Better error message when an include file is not found by makedep.
Added support for .mc extension.
Do not try to open *.tab.h and *.mc.rc include files.

24 years agoAdded missing dependency for 16-bit resource files.
Alexandre Julliard [Mon, 6 Nov 2000 05:31:14 +0000 (05:31 +0000)] 
Added missing dependency for 16-bit resource files.

24 years agoUse .mc.rc extension for rc files generated by the message compiler.
Alexandre Julliard [Mon, 6 Nov 2000 05:30:48 +0000 (05:30 +0000)] 
Use .mc.rc extension for rc files generated by the message compiler.

24 years agoGet ELF_LoadLibraryExA back into a working state.
Andreas Mohr [Mon, 6 Nov 2000 05:26:27 +0000 (05:26 +0000)] 
Get ELF_LoadLibraryExA back into a working state.

24 years agoEnable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
Stefan Leichter [Mon, 6 Nov 2000 05:26:00 +0000 (05:26 +0000)] 
Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
registry entrys of Win9[58] and WinNT printer drivers.

24 years agoTake into account the sunken border for Win98 look.
Francois Gouget [Mon, 6 Nov 2000 05:25:29 +0000 (05:25 +0000)] 
Take into account the sunken border for Win98 look.
Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
because Win9x does it).
Leave a 1 pixel gap above menu bar items for symetry (and because
Win9x does it).

24 years ago- reorganized DInput DLL
Lionel Ulmer [Sun, 5 Nov 2000 20:25:02 +0000 (20:25 +0000)] 
- reorganized DInput DLL
- added stubbing for DInput 7a
- 'fixed' the mouse problem in Fallout

24 years agoAdded DnD cursors as ole32 resources.
Huw D M Davies [Sun, 5 Nov 2000 20:16:15 +0000 (20:16 +0000)] 
Added DnD cursors as ole32 resources.

24 years agoAdded the ability to see names of the virtual key codes.
Dmitry Timoshkov [Sun, 5 Nov 2000 20:07:59 +0000 (20:07 +0000)] 
Added the ability to see names of the virtual key codes.

24 years agoAdded a winelauncher shell script which makes the process of running
Jeremy White [Sun, 5 Nov 2000 20:06:56 +0000 (20:06 +0000)] 
Added a winelauncher shell script which makes the process of running
Wine a little nicer for an end user.  The intent of winelauncher is to
be used inside of a distribution package.

24 years agoNew script for porting Windows source code to WineLib.
Francois Gouget [Sun, 5 Nov 2000 05:23:39 +0000 (05:23 +0000)] 
New script for porting Windows source code to WineLib.

24 years agoDeclare debug channels in all dlls that need them; added imports of
Alexandre Julliard [Sun, 5 Nov 2000 04:53:07 +0000 (04:53 +0000)] 
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.

24 years agoNew debug channel mechanism allowing decentralized channel
Alexandre Julliard [Sun, 5 Nov 2000 04:51:34 +0000 (04:51 +0000)] 
New debug channel mechanism allowing decentralized channel
declarations.

24 years agoAdded debug_channels support.
Alexandre Julliard [Sun, 5 Nov 2000 04:49:13 +0000 (04:49 +0000)] 
Added debug_channels support.

24 years agoOptimized {,p}MoveTo{,Ex}{,16}.
Patrik Stridvall [Sun, 5 Nov 2000 03:28:18 +0000 (03:28 +0000)] 
Optimized {,p}MoveTo{,Ex}{,16}.

24 years agoAdded comment explaining why we have an ERR rather than a WARN.
Francois Gouget [Sun, 5 Nov 2000 03:20:02 +0000 (03:20 +0000)] 
Added comment explaining why we have an ERR rather than a WARN.

24 years agoAdded missing #include <sys/types.h>.
Gerald Pfeifer [Sun, 5 Nov 2000 03:19:33 +0000 (03:19 +0000)] 
Added missing #include <sys/types.h>.

24 years agoForward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
Marcus Meissner [Sun, 5 Nov 2000 03:19:06 +0000 (03:19 +0000)] 
Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
WM_GETTEXT down to combo box.

24 years agoCleanup SystemParametersInfo<16|A|W>.
James Abbatiello [Sun, 5 Nov 2000 03:18:47 +0000 (03:18 +0000)] 
Cleanup SystemParametersInfo<16|A|W>.

24 years agoDon't reset MF_POPUP flag in SetMenu().
James Abbatiello [Sun, 5 Nov 2000 03:18:11 +0000 (03:18 +0000)] 
Don't reset MF_POPUP flag in SetMenu().

24 years agoFix test for pending message in QUEUE_ReceiveMessage().
James Abbatiello [Sun, 5 Nov 2000 03:17:41 +0000 (03:17 +0000)] 
Fix test for pending message in QUEUE_ReceiveMessage().

24 years agoAllocate DC objects on the process heap, and removed WIN_DC_INFO
Alexandre Julliard [Sun, 5 Nov 2000 02:05:07 +0000 (02:05 +0000)] 
Allocate DC objects on the process heap, and removed WIN_DC_INFO
structure (based on a patch by Ken Coleman).

24 years agoRemoved leftover debug output.
Alexandre Julliard [Sat, 4 Nov 2000 02:57:51 +0000 (02:57 +0000)] 
Removed leftover debug output.

24 years ago- fix inf file open/close
Andreas Mohr [Sat, 4 Nov 2000 02:57:18 +0000 (02:57 +0000)] 
- fix inf file open/close
  - do NOT return handles based on list offset
  - we might want to use HEAP_strdupA instead of assigning string pointers...
- implement (more or less) GenFormStrWithoutPlaceholders

24 years agoProtect the backslashes we mean to have show from groff.
Lawson Whitney [Sat, 4 Nov 2000 02:56:57 +0000 (02:56 +0000)] 
Protect the backslashes we mean to have show from groff.

24 years agoFixed off by one error in DPA handling, added some warnings.
Marcus Meissner [Sat, 4 Nov 2000 02:56:38 +0000 (02:56 +0000)] 
Fixed off by one error in DPA handling, added some warnings.

24 years agoUse debugging API instead of outputing to stderr directly.
Dimitrie O. Paun [Sat, 4 Nov 2000 02:55:54 +0000 (02:55 +0000)] 
Use debugging API instead of outputing to stderr directly.

24 years agoAvoid division by zero.
Andreas Mohr [Sat, 4 Nov 2000 02:55:08 +0000 (02:55 +0000)] 
Avoid division by zero.

24 years agoPass up WM_DRAWITEM messages to parent.
Marcus Meissner [Sat, 4 Nov 2000 02:54:32 +0000 (02:54 +0000)] 
Pass up WM_DRAWITEM messages to parent.

24 years agoCreate Gnome/KDE desktop and menu entries from IShellLink
Alexandre Julliard [Thu, 2 Nov 2000 20:22:07 +0000 (20:22 +0000)] 
Create Gnome/KDE desktop and menu entries from IShellLink
interface. Based on the work of James Thomson and Dusan Lacko.

24 years agoTreeview item sorting could mess up the visibleOrder of the items.
Aric Stewart [Thu, 2 Nov 2000 20:09:43 +0000 (20:09 +0000)] 
Treeview item sorting could mess up the visibleOrder of the items.

24 years agoAuthors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de>
Alexandre Julliard [Thu, 2 Nov 2000 20:08:59 +0000 (20:08 +0000)] 
Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de>
Move focus recalculation out of the window destroy recursion
so we do not send WM_SETFOCUS to already destroyed windows.

24 years agoDo not invert "magic" bitmap menu items.
Dmitry Timoshkov [Thu, 2 Nov 2000 20:08:34 +0000 (20:08 +0000)] 
Do not invert "magic" bitmap menu items.

24 years agoMake sure to carefully quote file names.
Francois Gouget [Thu, 2 Nov 2000 20:07:53 +0000 (20:07 +0000)] 
Make sure to carefully quote file names.

24 years agoSwap CalcToolbar and paint rectangle computation to the correct order.
Marcus Meissner [Thu, 2 Nov 2000 20:07:25 +0000 (20:07 +0000)] 
Swap CalcToolbar and paint rectangle computation to the correct order.

24 years agoPause command interpreter while executing a console-mode app.
Dave Pickles [Thu, 2 Nov 2000 20:07:07 +0000 (20:07 +0000)] 
Pause command interpreter while executing a console-mode app.

24 years agoFixed SearchPath to handle a ';'-separated path as first argument.
Alexandre Julliard [Wed, 1 Nov 2000 21:48:38 +0000 (21:48 +0000)] 
Fixed SearchPath to handle a ';'-separated path as first argument.

24 years agoChanged NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
Andreas Mohr [Wed, 1 Nov 2000 21:38:09 +0000 (21:38 +0000)] 
Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
admin privileges.

24 years agoDrawIconEx: when flags=0 use flags=DI_NORMAL instead.
Marcus Meissner [Wed, 1 Nov 2000 21:36:35 +0000 (21:36 +0000)] 
DrawIconEx: when flags=0 use flags=DI_NORMAL instead.

24 years agoExport SHGetSettings by name. New stub for shell.68.
Juergen Schmied [Wed, 1 Nov 2000 21:36:11 +0000 (21:36 +0000)] 
Export SHGetSettings by name. New stub for shell.68.

24 years agoHave Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
Marcus Meissner [Wed, 1 Nov 2000 21:35:28 +0000 (21:35 +0000)] 
Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
to RB_GETBANDINFOA.

24 years agoUse GDISelectPalette16 instead of SelectPalette and
Andreas Mohr [Wed, 1 Nov 2000 21:35:00 +0000 (21:35 +0000)] 
Use GDISelectPalette16 instead of SelectPalette and
GDIRealizePalette16 instead of RealizePalette in order to get rid of
possible deadlocks.

24 years agoAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto...
Alexandre Julliard [Wed, 1 Nov 2000 03:11:12 +0000 (03:11 +0000)] 
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se>
Various warning fixes.

24 years agoMake the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
Mark Dufour [Wed, 1 Nov 2000 02:12:52 +0000 (02:12 +0000)] 
Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
Ellipse work with an open path.

24 years agoMake bitmap menu items look like in windows when selected,
Dmitry Timoshkov [Wed, 1 Nov 2000 02:11:41 +0000 (02:11 +0000)] 
Make bitmap menu items look like in windows when selected,
i.e. inverted and hilited (in Win98 look).

24 years agoCheck for SB_CTL before displaying a caret.
Francois Gouget [Wed, 1 Nov 2000 01:52:37 +0000 (01:52 +0000)] 
Check for SB_CTL before displaying a caret.

24 years agoDo not truncate high word of message id.
Alexandre Julliard [Wed, 1 Nov 2000 01:51:12 +0000 (01:51 +0000)] 
Do not truncate high word of message id.

24 years agoBetter handling of custom templates and hooks.
Juergen Schmied [Wed, 1 Nov 2000 01:50:21 +0000 (01:50 +0000)] 
Better handling of custom templates and hooks.
Bug fixes.

24 years agoRemoved unnecessary calls of TOOLBAR_CalcToolbar() (which would be
Marcus Meissner [Wed, 1 Nov 2000 01:49:01 +0000 (01:49 +0000)] 
Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
recalculated due to InvalidateRect()->WM_PAINT anyway).

24 years agoFixed issue found by winapi_check.
Patrik Stridvall [Wed, 1 Nov 2000 01:48:22 +0000 (01:48 +0000)] 
Fixed issue found by winapi_check.

24 years agoMinor API files update.
Patrik Stridvall [Wed, 1 Nov 2000 01:48:03 +0000 (01:48 +0000)] 
Minor API files update.

24 years agoAdded Latin American layout.
Gabriel Garcia [Wed, 1 Nov 2000 01:47:39 +0000 (01:47 +0000)] 
Added Latin American layout.

24 years agoStubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
Lawson Whitney [Wed, 1 Nov 2000 01:46:24 +0000 (01:46 +0000)] 
Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
Redirected forward of shlwapi.54 to gdi32.CreateICW.

24 years agoUse PS_ALTERNATE rather than PS_DOT.
Francois Gouget [Tue, 31 Oct 2000 02:05:11 +0000 (02:05 +0000)] 
Use PS_ALTERNATE rather than PS_DOT.
Use Rectangle to draw focus rectangles.

24 years agoAllow pens with styles greater than PS_INSIDEFRAME to be created with
Francois Gouget [Tue, 31 Oct 2000 02:03:56 +0000 (02:03 +0000)] 
Allow pens with styles greater than PS_INSIDEFRAME to be created with
CreatePenIndirect and ExtCreatePen.

24 years agoUse sizeof for maintainability.
Francois Gouget [Tue, 31 Oct 2000 02:02:42 +0000 (02:02 +0000)] 
Use sizeof for maintainability.

24 years agoIgnore RBBS_BREAK style on first band.
Guy L. Albertelli [Tue, 31 Oct 2000 01:49:00 +0000 (01:49 +0000)] 
Ignore RBBS_BREAK style on first band.

24 years agoFixed a few device caps values.
Francois Gouget [Tue, 31 Oct 2000 01:48:34 +0000 (01:48 +0000)] 
Fixed a few device caps values.

24 years ago_nt_parse_nk() should not close keys that it does not open.
David Elliott [Tue, 31 Oct 2000 01:36:50 +0000 (01:36 +0000)] 
_nt_parse_nk() should not close keys that it does not open.

24 years agoSet the thickness of stock pens to 0 so that they are not scaled.
Francois Gouget [Tue, 31 Oct 2000 01:36:09 +0000 (01:36 +0000)] 
Set the thickness of stock pens to 0 so that they are not scaled.

24 years agoFixed cancels editing of a listview label if the listview is
Aric Stewart [Tue, 31 Oct 2000 01:35:50 +0000 (01:35 +0000)] 
Fixed cancels editing of a listview label if the listview is
scrolled.

24 years agoFixed the value of some system colors.
Francois Gouget [Tue, 31 Oct 2000 01:35:30 +0000 (01:35 +0000)] 
Fixed the value of some system colors.

24 years agoFix for avoiding subtraction from unsigned zero.
Hidenori Takeshima [Tue, 31 Oct 2000 01:34:27 +0000 (01:34 +0000)] 
Fix for avoiding subtraction from unsigned zero.

24 years agoAdded/upgraded Slovak messages, and Slovak and Czech keyboard layout.
Peter Ivanyi [Tue, 31 Oct 2000 01:19:11 +0000 (01:19 +0000)] 
Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.

24 years agoHide the caret only on the first WM_KEYDOWN.
Francois Gouget [Tue, 31 Oct 2000 01:03:15 +0000 (01:03 +0000)] 
Hide the caret only on the first WM_KEYDOWN.

24 years agoChanged mouse UnAcquire to NOT unacquire it on multiple unacquires.
Andreas Mohr [Tue, 31 Oct 2000 01:02:43 +0000 (01:02 +0000)] 
Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.

24 years agoUnder some conditions its necessary to explicitly show the
Susan Farley [Tue, 31 Oct 2000 01:02:05 +0000 (01:02 +0000)] 
Under some conditions its necessary to explicitly show the
scrollbars.

24 years agoDisplay an ERR on errors while initializing USER.
Dmitry Timoshkov [Tue, 31 Oct 2000 01:01:41 +0000 (01:01 +0000)] 
Display an ERR on errors while initializing USER.

24 years agoReturn TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
Rein Klazes [Tue, 31 Oct 2000 01:01:12 +0000 (01:01 +0000)] 
Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().

24 years agoHandle special case where itemID = -1 (special focus rect draw).
Guy L. Albertelli [Tue, 31 Oct 2000 01:00:39 +0000 (01:00 +0000)] 
Handle special case where itemID = -1 (special focus rect draw).

24 years agoFix insufficient rect width value in resource file.
Andreas Mohr [Tue, 31 Oct 2000 01:00:00 +0000 (01:00 +0000)] 
Fix insufficient rect width value in resource file.

24 years agoNeed to get any outstanding input prior to returning number.
Guy L. Albertelli [Tue, 31 Oct 2000 00:59:22 +0000 (00:59 +0000)] 
Need to get any outstanding input prior to returning number.

24 years agoSome bugfixes, another function for packaging, and some text
Ove Kaaven [Tue, 31 Oct 2000 00:59:01 +0000 (00:59 +0000)] 
Some bugfixes, another function for packaging, and some text
reformatting from Eric Maryniak.

24 years agoRemoved obsolete TOOLSUBDIRS dependency.
Alexandre Julliard [Tue, 31 Oct 2000 00:23:15 +0000 (00:23 +0000)] 
Removed obsolete TOOLSUBDIRS dependency.

24 years agoAdded import of ntdll.
Alexandre Julliard [Tue, 31 Oct 2000 00:22:41 +0000 (00:22 +0000)] 
Added import of ntdll.

24 years agoBuild ntdll as a real dll, including everything that was previously in
Alexandre Julliard [Tue, 31 Oct 2000 00:20:51 +0000 (00:20 +0000)] 
Build ntdll as a real dll, including everything that was previously in
libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.

24 years agoDEBUG_ProcessDBGFile: use a stack variable for the extra_info.
Uwe Bonnes [Sun, 29 Oct 2000 18:08:42 +0000 (18:08 +0000)] 
DEBUG_ProcessDBGFile: use a stack variable for the extra_info.

24 years agoFixed a few compilation warnings
Dimitrie O. Paun [Sun, 29 Oct 2000 18:07:04 +0000 (18:07 +0000)] 
Fixed a few compilation warnings

24 years agoMove inline and static to the beginning of declarations.
Joerg Mayer [Sun, 29 Oct 2000 18:06:04 +0000 (18:06 +0000)] 
Move inline and static to the beginning of declarations.

24 years agoCOMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
Uwe Bonnes [Sun, 29 Oct 2000 18:04:45 +0000 (18:04 +0000)] 
COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)

24 years agoAdded a '-inifile' option to specify the location of the wine.ini file
Lionel Ulmer [Sun, 29 Oct 2000 18:04:09 +0000 (18:04 +0000)] 
Added a '-inifile' option to specify the location of the wine.ini file
used in the building of the new wine.ini file.

24 years ago- enable loading of pdb files named in NB10 records of a dbg file
Juergen Schmied [Sun, 29 Oct 2000 18:03:41 +0000 (18:03 +0000)] 
- enable loading of pdb files named in NB10 records of a dbg file
- disable timestamp check for pdb files

24 years agoQuieten VxDCall_VMM output.
Marcus Meissner [Sun, 29 Oct 2000 18:03:18 +0000 (18:03 +0000)] 
Quieten VxDCall_VMM output.

24 years agowineinstall improvements, mostly for usage in package postinstall
Ove Kaaven [Sun, 29 Oct 2000 18:02:53 +0000 (18:02 +0000)] 
wineinstall improvements, mostly for usage in package postinstall
scripts.

24 years agoPatch flat cs of 16-bit entry points if current %cs is different from
Alexandre Julliard [Sun, 29 Oct 2000 01:28:30 +0000 (01:28 +0000)] 
Patch flat cs of 16-bit entry points if current %cs is different from
compiled value, and retrieve flat ds from a global variable. This
should avoid problems with win4lin kernels.

24 years agoAdded basic working stubs of new Windows 2000 API functions.
David Elliott [Sun, 29 Oct 2000 01:24:54 +0000 (01:24 +0000)] 
Added basic working stubs of new Windows 2000 API functions.

24 years agoRemoved unused LOCAL_LockSegptr.
Alexandre Julliard [Sun, 29 Oct 2000 01:23:19 +0000 (01:23 +0000)] 
Removed unused LOCAL_LockSegptr.

24 years agoUse GetStockObject() instead of the magic STOCK_* handles.
Alexandre Julliard [Sun, 29 Oct 2000 01:22:15 +0000 (01:22 +0000)] 
Use GetStockObject() instead of the magic STOCK_* handles.

24 years agoDEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
Uwe Bonnes [Sun, 29 Oct 2000 01:18:33 +0000 (01:18 +0000)] 
DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
of that structure.

24 years agoImplement SHGFI_EXETYPE function of SHGetFileInfo.
Dave Pickles [Sun, 29 Oct 2000 01:17:58 +0000 (01:17 +0000)] 
Implement SHGFI_EXETYPE function of SHGetFileInfo.

24 years agoReport errors on WinHelp() failures.
Marcus Meissner [Sun, 29 Oct 2000 01:17:24 +0000 (01:17 +0000)] 
Report errors on WinHelp() failures.

24 years ago- improved trace information
Guy L. Albertelli [Sun, 29 Oct 2000 01:16:53 +0000 (01:16 +0000)] 
- improved trace information
- implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
  WM_MEASUREITEM, WM_DRAWITEM
- changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
  WM_CREATE, WM_DESTROY
- above changes correct window rectangle, draws items, and creates
  control correctly.

24 years ago- correct processing of RBBS_BREAK style.
Guy L. Albertelli [Sun, 29 Oct 2000 01:16:26 +0000 (01:16 +0000)] 
- correct processing of RBBS_BREAK style.
- handle cases where cyChild was set to -1 by appl. - undocumented.
- remove special code for Comboboxex problem (now solved).
- fix some painting problems

24 years agoReturn the correct value for dwTotalVirtual.
Francois Gouget [Sat, 28 Oct 2000 00:34:29 +0000 (00:34 +0000)] 
Return the correct value for dwTotalVirtual.
Return a more plausible value for dwAvailVirtual.

24 years agoReturn a more plausible value for MinimumApplicationAddress.
Francois Gouget [Sat, 28 Oct 2000 00:34:16 +0000 (00:34 +0000)] 
Return a more plausible value for MinimumApplicationAddress.

24 years agoFixes for OpenBSD.
Federico Schwindt [Sat, 28 Oct 2000 00:32:08 +0000 (00:32 +0000)] 
Fixes for OpenBSD.

24 years agoCreateItemMoniker may get NULL as szDelim, some cleanups.
Marcus Meissner [Sat, 28 Oct 2000 00:31:09 +0000 (00:31 +0000)] 
CreateItemMoniker may get NULL as szDelim, some cleanups.

24 years agoFixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
Marcus Meissner [Sat, 28 Oct 2000 00:30:42 +0000 (00:30 +0000)] 
Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
instead of accessing IUnknown.

24 years agoStub for HttpSendRequestExA.
Huw D M Davies [Sat, 28 Oct 2000 00:30:23 +0000 (00:30 +0000)] 
Stub for HttpSendRequestExA.