This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2025-02-16 02:50:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
wine
/
dlls
/
comcat
History
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
..
.cvsignore
Added optional OLESelfRegister to wine_common_ver.rc, used in
2003-01-20 23:24:43 +00:00
comcat_main.c
Reimplemented DllRegisterServer and DllUnregisterServer in a more
2003-01-11 21:05:15 +00:00
comcat_private.h
…
comcat.spec
…
factory.c
…
information.c
'sizeof type' is best avoided as it won't always compile (e.g. 'int
2003-06-18 19:45:22 +00:00
Makefile.in
Added optional OLESelfRegister to wine_common_ver.rc, used in
2003-01-20 23:24:43 +00:00
manager.c
…
register.c
…
regsvr.c
'sizeof type' is best avoided as it won't always compile (e.g. 'int
2003-06-18 19:45:22 +00:00
version.rc
Added optional OLESelfRegister to wine_common_ver.rc, used in
2003-01-20 23:24:43 +00:00