wine
25 years agoFixed a few broken includes.
Huw D M Davies [Fri, 19 Feb 1999 16:03:19 +0000 (16:03 +0000)] 
Fixed a few broken includes.

25 years agoReverted broken close button change.
Alexandre Julliard [Fri, 19 Feb 1999 16:02:32 +0000 (16:02 +0000)] 
Reverted broken close button change.

25 years agoAdded missing string.h include.
Jeff Garzik [Fri, 19 Feb 1999 15:42:11 +0000 (15:42 +0000)] 
Added missing string.h include.

25 years agoOnly append .dll if no extension yet.
Uwe Bonnes [Fri, 19 Feb 1999 15:35:23 +0000 (15:35 +0000)] 
Only append .dll if no extension yet.

25 years agoTemporary fix suggested by Ulrich to allow the
Francis Beaudet [Fri, 19 Feb 1999 15:34:40 +0000 (15:34 +0000)] 
Temporary fix suggested by Ulrich to allow the
MsgWaitForMultipleObject method to be called from 16 bit threads.

25 years agoInitialized return value of 16->32 conversion of WM_MDIGETACTIVE in
Ove Kaaven [Fri, 19 Feb 1999 15:33:59 +0000 (15:33 +0000)] 
Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
case it's sent to a window that doesn't handle it (i.e. not MDI
client).

25 years agoAdded extra child arguments to DCE_GetVisRgn() to be able to handle
Ove Kaaven [Fri, 19 Feb 1999 15:27:58 +0000 (15:27 +0000)] 
Added extra child arguments to DCE_GetVisRgn() to be able to handle
PARENTDC class style combined with CLIPCHILDREN window style, to
prevent mis-redraws in Free Agent 16-bit.

25 years agoDon't hang on the last child if it's not wanted.
Lawson A. Whitney [Fri, 19 Feb 1999 14:12:16 +0000 (14:12 +0000)] 
Don't hang on the last child if it's not wanted.

25 years agoPartial stub implementation of undocumented KERNEL routine PK16FNF,
Ian Schmidt [Fri, 19 Feb 1999 14:04:35 +0000 (14:04 +0000)] 
Partial stub implementation of undocumented KERNEL routine PK16FNF,
needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.

25 years agoFix redraw problems for ChooseColor dialog.
Ove Kaaven [Fri, 19 Feb 1999 14:03:11 +0000 (14:03 +0000)] 
Fix redraw problems for ChooseColor dialog.

25 years agoRemoved a lot of occurences of windows.h (and added necessary other
Marcus Meissner [Fri, 19 Feb 1999 10:37:02 +0000 (10:37 +0000)] 
Removed a lot of occurences of windows.h (and added necessary other
includes).

25 years agoSmall fixes.
Francois Gouget [Fri, 19 Feb 1999 10:00:54 +0000 (10:00 +0000)] 
Small fixes.

25 years agoChanged the first parameter from LPGUID (Windows headers) to REFGUID.
Francois Gouget [Fri, 19 Feb 1999 09:58:41 +0000 (09:58 +0000)] 
Changed the first parameter from LPGUID (Windows headers) to REFGUID.
This makes it a 'const GUID*' which means DirectSoundCreate must not
change it.

25 years agoRemoved redundant definitions of IsEqualIID and IsEqualCLSID (see
Francois Gouget [Fri, 19 Feb 1999 09:52:54 +0000 (09:52 +0000)] 
Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
include/wine/obj_base.h)

25 years ago- New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
Stephane Lussier [Thu, 18 Feb 1999 17:34:09 +0000 (17:34 +0000)] 
- New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
  to support thread-safeness, and nested SendMessage.
- Addition of ReplyMessage32.

25 years agoBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
Ulrich Weigand [Thu, 18 Feb 1999 17:30:40 +0000 (17:30 +0000)] 
Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.

25 years agoApplied the changes of the resulting color of the choose color dialog.
Pascal Lessard [Thu, 18 Feb 1999 16:35:22 +0000 (16:35 +0000)] 
Applied the changes of the resulting color of the choose color dialog.
Initialize values in the choose color dialog.

25 years agoRemoved references to ICOM_INHERITS.
Francois Gouget [Thu, 18 Feb 1999 16:02:41 +0000 (16:02 +0000)] 
Removed references to ICOM_INHERITS.

25 years agoFixed bug with read-only files.
Thuy Nguyen [Thu, 18 Feb 1999 15:55:53 +0000 (15:55 +0000)] 
Fixed bug with read-only files.

25 years agoRemoved superflous WINAPI (mismatch with prototype) in *_DriverProc32.
Marcus Meissner [Thu, 18 Feb 1999 15:52:50 +0000 (15:52 +0000)] 
Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.

25 years agodosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
Marcus Meissner [Thu, 18 Feb 1999 15:29:23 +0000 (15:29 +0000)] 
dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)

25 years agoModified so that they do not use the VTABLE_FUNC macros that performed
Francois Gouget [Thu, 18 Feb 1999 13:26:22 +0000 (13:26 +0000)] 
Modified so that they do not use the VTABLE_FUNC macros that performed
casts of all methods put in the jump table. I find it too risky to use
such macros because nothing guarantees that you actually put the right
method at the right place or that the prototype is right.

25 years agoUpdated to use the latest COM macros. Defined more interfaces and API
Francois Gouget [Thu, 18 Feb 1999 10:59:20 +0000 (10:59 +0000)] 
Updated to use the latest COM macros. Defined more interfaces and API
functions.

25 years agoImplementation of the pushed close button.
Francois Boisvert [Thu, 18 Feb 1999 10:37:17 +0000 (10:37 +0000)] 
Implementation of the pushed close button.

25 years agoMoved some definitions to their proper include file.
Francois Gouget [Wed, 17 Feb 1999 17:45:54 +0000 (17:45 +0000)] 
Moved some definitions to their proper include file.

25 years agoFixed some ICOM_INHERIT stuff and added new related API functions.
Francois Gouget [Wed, 17 Feb 1999 17:36:27 +0000 (17:36 +0000)] 
Fixed some ICOM_INHERIT stuff and added new related API functions.

25 years agoAdded new API. Part of it was in 'include/objbase.h' before and part
Francois Gouget [Wed, 17 Feb 1999 17:32:55 +0000 (17:32 +0000)] 
Added new API. Part of it was in 'include/objbase.h' before and part
of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
perfect but it's better than having it in 'include/objbase.h'.

25 years agoFixed a number of warnings concerning the matching of the printf
Francois Gouget [Wed, 17 Feb 1999 16:15:11 +0000 (16:15 +0000)] 
Fixed a number of warnings concerning the matching of the printf
format string and the associated parameters (actually it's mostly
TRACE and FIXMEs).

25 years agommioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
Marcus Meissner [Wed, 17 Feb 1999 16:10:17 +0000 (16:10 +0000)] 
mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
mciLoadCommandResource32: second arg is wide string
mciGetDriverData: spec has just one long argument

25 years agoChanged ICOM_THIS definition.
Francois Gouget [Wed, 17 Feb 1999 15:57:24 +0000 (15:57 +0000)] 
Changed ICOM_THIS definition.

25 years agoRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
Bertho Stultiens [Wed, 17 Feb 1999 15:33:17 +0000 (15:33 +0000)] 
Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
The VS_VERSION_INFO is a simple define and would cause confusion.
Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.

25 years ago"Configure finished" message suggests to call make when make depend
Steffen Moeller [Wed, 17 Feb 1999 15:27:03 +0000 (15:27 +0000)] 
"Configure finished" message suggests to call make when make depend
was successful.

25 years agoOptimized include/*.h: (recursively) include all headers needed by
Marcus Meissner [Wed, 17 Feb 1999 13:51:06 +0000 (13:51 +0000)] 
Optimized include/*.h: (recursively) include all headers needed by
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.

25 years agoPreliminary listview control implementation.
Luc Tourangeau [Wed, 17 Feb 1999 12:58:48 +0000 (12:58 +0000)] 
Preliminary listview control implementation.

25 years agoGive the context menu its proper behaviour and modify TrackPopupMenu
Francois Boisvert [Wed, 17 Feb 1999 12:50:11 +0000 (12:50 +0000)] 
Give the context menu its proper behaviour and modify TrackPopupMenu
to comply with windows API.

25 years agoGetUpdateRect should return client coordinates unless the window was
Dave Pickles [Wed, 17 Feb 1999 12:36:26 +0000 (12:36 +0000)] 
GetUpdateRect should return client coordinates unless the window was
created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
in which case the result should be in logical coordinates.

25 years agoAdded the actual definitions of the interfaces.
Francois Gouget [Wed, 17 Feb 1999 10:31:39 +0000 (10:31 +0000)] 
Added the actual definitions of the interfaces.

25 years agoConverted to the new COM declaration 'standard' for better
Francois Gouget [Wed, 17 Feb 1999 10:30:04 +0000 (10:30 +0000)] 
Converted to the new COM declaration 'standard' for better
compatibility with C code implementating that interface.

25 years agoChanged WPRINTF_ExtractVAPtr to take the address of the va_list to be
Francis Beaudet [Wed, 17 Feb 1999 10:29:03 +0000 (10:29 +0000)] 
Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
able to modify it.

25 years agoDefined IDropTarget for ShellFolder. Implemented the Constructor,
Sylvain St.Germain [Wed, 17 Feb 1999 10:22:14 +0000 (10:22 +0000)] 
Defined IDropTarget for ShellFolder.  Implemented the Constructor,
Destructor, AddRef, Release and QueryInterface methods.

25 years agoChange type of mode argument to GETVDMPOINTER32W from DWORD to Word
Uwe Bonnes [Wed, 17 Feb 1999 10:20:30 +0000 (10:20 +0000)] 
Change type of mode argument to GETVDMPOINTER32W from DWORD to Word

25 years agoc2man doesn't like extra semicolons.
Douglas Ridgway [Mon, 15 Feb 1999 15:24:20 +0000 (15:24 +0000)] 
c2man doesn't like extra semicolons.

25 years agoResetting X focus should not be done with SetFocus32. Called
Ove Kaaven [Mon, 15 Feb 1999 12:46:32 +0000 (12:46 +0000)] 
Resetting X focus should not be done with SetFocus32. Called
the windowing (X11) driver's SetFocus routine directly instead.
This apparently fixes a big heap of user interface problems.

25 years agoRemoved CONSOLE_Ops.
Alexandre Julliard [Sun, 14 Feb 1999 18:04:20 +0000 (18:04 +0000)] 
Removed CONSOLE_Ops.

25 years agoAdded server snapshot support (processes only for now).
Alexandre Julliard [Sun, 14 Feb 1999 18:03:15 +0000 (18:03 +0000)] 
Added server snapshot support (processes only for now).

25 years agoMoved process definitions to include/server/process.h
Alexandre Julliard [Sun, 14 Feb 1999 17:58:51 +0000 (17:58 +0000)] 
Moved process definitions to include/server/process.h

25 years agoRemoved PROCESS_GetPtr.
Alexandre Julliard [Sun, 14 Feb 1999 17:51:01 +0000 (17:51 +0000)] 
Removed PROCESS_GetPtr.

25 years agoFixed GlobalSize return value for zero size block.
Guy Albertelli [Sun, 14 Feb 1999 17:38:24 +0000 (17:38 +0000)] 
Fixed GlobalSize return value for zero size block.

25 years agoFix GetTempDrive behaviour.
Uwe Bonnes [Sun, 14 Feb 1999 17:32:46 +0000 (17:32 +0000)] 
Fix GetTempDrive behaviour.

25 years agoRelease 990214. wine-990214
Alexandre Julliard [Sun, 14 Feb 1999 14:29:51 +0000 (14:29 +0000)] 
Release 990214.

25 years agoChanged some functions prototypes (were returning void).
Eric Pouech [Sun, 14 Feb 1999 14:09:42 +0000 (14:09 +0000)] 
Changed some functions prototypes (were returning void).

25 years agoFixed some Winelib names.
Paul Quinn [Sun, 14 Feb 1999 13:48:43 +0000 (13:48 +0000)] 
Fixed some Winelib names.

25 years agoCorrected prototypes func() ->func(void).
Juergen Schmied [Sun, 14 Feb 1999 13:38:27 +0000 (13:38 +0000)] 
Corrected prototypes func() ->func(void).

25 years agoFixed a few #ifdefs.
Brian Joseph Czapiga [Sun, 14 Feb 1999 13:35:52 +0000 (13:35 +0000)] 
Fixed a few #ifdefs.

25 years agoMake a correct use of clipping rectangles.
Jerome Vouillon [Sun, 14 Feb 1999 13:32:13 +0000 (13:32 +0000)] 
Make a correct use of clipping rectangles.

25 years agoAdded white border.
Uwe Bonnes [Sun, 14 Feb 1999 13:31:18 +0000 (13:31 +0000)] 
Added white border.

25 years agoImplemented better output for indirect calls.
Juergen Schmied [Sun, 14 Feb 1999 13:30:18 +0000 (13:30 +0000)] 
Implemented better output for indirect calls.

25 years agoFixed typo in winmm.spec.
Eric Pouech [Sun, 14 Feb 1999 13:27:50 +0000 (13:27 +0000)] 
Fixed typo in winmm.spec.

25 years agoA few non-x86 Winelib fixes.
Gavriel State [Sun, 14 Feb 1999 11:35:29 +0000 (11:35 +0000)] 
A few non-x86 Winelib fixes.

25 years agoDo not print 'wine: no executeable found' if we did execute something.
Marcus Meissner [Sun, 14 Feb 1999 11:32:18 +0000 (11:32 +0000)] 
Do not print 'wine: no executeable found' if we did execute something.

25 years ago- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
Marcel Baur [Sun, 14 Feb 1999 11:28:37 +0000 (11:28 +0000)] 
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
- Improved printing support (not yet complete)
- Improved file drag and drop (should now work)
- General code cleanup

25 years agoFixed bugs on MCI notification (callback info are copied before
Eric Pouech [Sun, 14 Feb 1999 11:26:34 +0000 (11:26 +0000)] 
Fixed bugs on MCI notification (callback info are copied before
asynchronous return) - make use of it in MCI wave and midi.
Implemented mci(Set|Get)DeviceID(16|32) functions.

25 years agoSince SetParent now hides/shows, explicitly invalidating DCs in the
Ove Kaaven [Sun, 14 Feb 1999 11:23:01 +0000 (11:23 +0000)] 
Since SetParent now hides/shows, explicitly invalidating DCs in the
parent change operation should no longer be necessary.

25 years agoFix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
Gerard Patel [Sun, 14 Feb 1999 11:22:03 +0000 (11:22 +0000)] 
Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).

25 years agoMoved VGA port access check at the beginning in order to improve
Andreas Mohr [Sun, 14 Feb 1999 11:21:05 +0000 (11:21 +0000)] 
Moved VGA port access check at the beginning in order to improve
performance a little bit.

25 years agoImplemented flag FILE_FLAG_DELETE_ON_CLOSE.
Juergen Schmied [Sun, 14 Feb 1999 11:20:07 +0000 (11:20 +0000)] 
Implemented flag FILE_FLAG_DELETE_ON_CLOSE.

25 years agoAdded comments. Think I've fixed INT 10/08 (Get Character and
Joseph Pranevich [Sun, 14 Feb 1999 11:19:07 +0000 (11:19 +0000)] 
Added comments. Think I've fixed INT 10/08 (Get Character and
Attribute at Cursor).

25 years agoAdded configuration options XtermProgram and XtermResolution.
Joseph Pranevich [Sun, 14 Feb 1999 11:17:22 +0000 (11:17 +0000)] 
Added configuration options XtermProgram and XtermResolution.
Fixed a warning.

25 years agoNew examples/documentation for console configuration options.
Joseph Pranevich [Sun, 14 Feb 1999 11:16:37 +0000 (11:16 +0000)] 
New examples/documentation for console configuration options.

25 years agoMoved initialization until later. Also moved around code a bit to be
Joseph Pranevich [Sun, 14 Feb 1999 11:15:47 +0000 (11:15 +0000)] 
Moved initialization until later. Also moved around code a bit to be
consistant.

25 years agoChange a couple of names that would conflict after all 32[AW] suffixes
Bertho Stultiens [Sun, 14 Feb 1999 09:41:42 +0000 (09:41 +0000)] 
Change a couple of names that would conflict after all 32[AW] suffixes
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.

25 years agoFixed wrong typecasts.
Patrik Stridvall [Sun, 14 Feb 1999 09:37:45 +0000 (09:37 +0000)] 
Fixed wrong typecasts.

25 years agoCompilation fix.
Stefan Leichter [Sun, 14 Feb 1999 09:37:13 +0000 (09:37 +0000)] 
Compilation fix.

25 years agoFix for X11 includes detection.
Ove Kaaven [Sun, 14 Feb 1999 09:34:46 +0000 (09:34 +0000)] 
Fix for X11 includes detection.

25 years agoAdded possibility to load .stabs/.stabstr sections from PE dlls.
Marcus Meissner [Sun, 14 Feb 1999 09:27:42 +0000 (09:27 +0000)] 
Added possibility to load .stabs/.stabstr sections from PE dlls.
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.

25 years agoSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
Marcus Meissner [Sun, 14 Feb 1999 09:25:37 +0000 (09:25 +0000)] 
Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.

25 years agoImplementation of ConvertDefaultLocale32.
Juergen Schmied [Sun, 14 Feb 1999 09:22:12 +0000 (09:22 +0000)] 
Implementation of ConvertDefaultLocale32.

25 years agoWIN31 Look still needs a close button on the left of the menu bar.
Huw D M Davies [Sun, 14 Feb 1999 09:20:01 +0000 (09:20 +0000)] 
WIN31 Look still needs a close button on the left of the menu bar.

25 years agoChanged SetWindowPos32 to force the update of the non-client area.
Francois Boisvert [Sun, 14 Feb 1999 09:18:15 +0000 (09:18 +0000)] 
Changed SetWindowPos32 to force the update of the non-client area.

25 years agoFixed a couple of faulty names used in wine and typos so that it will
Bertho Stultiens [Sat, 13 Feb 1999 17:56:28 +0000 (17:56 +0000)] 
Fixed a couple of faulty names used in wine and typos so that it will
compile again after conversion from 32[AW] naming to [AW] naming.

25 years agoMoved the if1632/signal.c stuff into loader/signal.c, adapted function
Marcus Meissner [Sat, 13 Feb 1999 17:55:17 +0000 (17:55 +0000)] 
Moved the if1632/signal.c stuff into loader/signal.c, adapted function
pointers for wine_debug and INSTR_EmulateInstruction.

25 years agoAll guid 'REFxxx' types already have a 'const' inside them.
Francois Gouget [Sat, 13 Feb 1999 17:49:45 +0000 (17:49 +0000)] 
All guid 'REFxxx' types already have a 'const' inside them.

25 years agoSome warnings fixed, one useless VERSION warning removed (winelib).
Marcus Meissner [Sat, 13 Feb 1999 17:38:16 +0000 (17:38 +0000)] 
Some warnings fixed, one useless VERSION warning removed (winelib).

25 years agoRegFlushKey: wrong error code.
Andreas Mohr [Sat, 13 Feb 1999 12:40:22 +0000 (12:40 +0000)] 
RegFlushKey: wrong error code.

25 years agoAdds a warning message if permissions not sufficient.
Andreas Mohr [Sat, 13 Feb 1999 12:38:51 +0000 (12:38 +0000)] 
Adds a warning message if permissions not sufficient.

25 years agoAdded support for MCI AVI driver
Eric Pouech [Sat, 13 Feb 1999 12:38:09 +0000 (12:38 +0000)] 
Added support for MCI AVI driver
Added some fixes mixer functions
Fixed MCI string comparison (thanks to Lionel ULMER)
No longer using 16 bit USER functions (use their 32 bit counter part)
Reindenting.
Added function sndPlaySound32W

25 years agoAdded the actual interface definitions to the obj_marshal.h skeleton
Francois Gouget [Sat, 13 Feb 1999 12:25:03 +0000 (12:25 +0000)] 
Added the actual interface definitions to the obj_marshal.h skeleton
file. Also defined the associated C API.

25 years agoUse global synchronization objects, to be able to use it in different
Stephane Lussier [Sat, 13 Feb 1999 12:24:04 +0000 (12:24 +0000)] 
Use global synchronization objects, to be able to use it in different
processes (not only the process which create the synchro object).

25 years agoSet hwndActiveChild when maximizing a mdi child window because it is
Norman Stevens [Sat, 13 Feb 1999 12:22:48 +0000 (12:22 +0000)] 
Set hwndActiveChild when maximizing a mdi child window because it is
not set when maximizing a window other than the active child.

25 years agoChange the GetMenuItemRect to comply with windows API.
Pascal Lessard [Sat, 13 Feb 1999 12:21:46 +0000 (12:21 +0000)] 
Change the GetMenuItemRect to comply with windows API.

25 years agoCreated include/Makefile.in to separate header file installation from
James Juran [Sat, 13 Feb 1999 12:18:33 +0000 (12:18 +0000)] 
Created include/Makefile.in to separate header file installation from
the top-level Makefile.

25 years ago- Fixed a small block depot bug.
Thuy Nguyen [Sat, 13 Feb 1999 12:10:15 +0000 (12:10 +0000)] 
- Fixed a small block depot bug.
- Implemented converting from small blocks to big blocks.
- Validated file attributes and flags.
- Fixed a bug for larger files.

25 years agoadded sysres_Nl
Alexandre Julliard [Sat, 13 Feb 1999 09:15:27 +0000 (09:15 +0000)] 
added sysres_Nl

25 years agoImplemented the OLE Drag and Drop target registration mechanism and
Francis Beaudet [Sat, 13 Feb 1999 09:13:49 +0000 (09:13 +0000)] 
Implemented the OLE Drag and Drop target registration mechanism and
the DoDragDrop loop to perform the DnD operation.

25 years agoImplemented the WIN31 Look mdi buttons and also some defines for the
Francois Boisvert [Sat, 13 Feb 1999 09:10:17 +0000 (09:10 +0000)] 
Implemented the WIN31 Look mdi buttons and also some defines for the
magic menu items.

25 years agoAdded entries for most Crypt* calls.
Ian Schmidt [Sat, 13 Feb 1999 09:08:33 +0000 (09:08 +0000)] 
Added entries for most Crypt* calls.
Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
to get farther.

25 years agoAn app left junk in the undo buffer of an edit control upon creation.
Andreas Mohr [Sat, 13 Feb 1999 09:04:22 +0000 (09:04 +0000)] 
An app left junk in the undo buffer of an edit control upon creation.

25 years agoChanged SetParent32 to adhere to Windows behaviour (mostly),
Ove Kaaven [Sat, 13 Feb 1999 09:02:17 +0000 (09:02 +0000)] 
Changed SetParent32 to adhere to Windows behaviour (mostly),
which should also keep it from leaving garbage around.

25 years agoImplementation of a simple linked list (static) that stores and counts
Sylvain St.Germain [Sat, 13 Feb 1999 08:59:48 +0000 (08:59 +0000)] 
Implementation of a simple linked list (static) that stores and counts
references to COM objects.

25 years agoMake the REFxxx types const even in C. Also add FMTID.
Francois Gouget [Sat, 13 Feb 1999 08:57:29 +0000 (08:57 +0000)] 
Make the REFxxx types const even in C. Also add FMTID.