Commit Graph

3 Commits

Author SHA1 Message Date
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
John K. Hohm 5778165d65 Reimplemented DllRegisterServer and DllUnregisterServer in a more
generally useful way, entirely in regsvr.c.  Added (un)registration of
interfaces.
2003-01-11 21:05:15 +00:00
John K. Hohm 8e4eb3ab5f Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer. 2002-06-13 19:13:38 +00:00