ChangeSet ID: 18288 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/20 05:33:17
Modified files: dlls/ole32/tests: Makefile.in .cvsignore dlls/ole32 : compobj_private.h compobj.c Added files: dlls/ole32/tests: compobj.c
Log message: Robert Shearman rob@codeweavers.com - Change some of the registry helper functions to use the unicode versions of the CLSID & registry functions. - Reindent CoGetClassObject and output an error message if the class isn't registered. - Add tests for the touched functions.
Patch: http://cvs.winehq.org/patch.py?id=18288
Old revision New revision Changes Path 1.6 1.7 +1 -0 wine/dlls/ole32/tests/Makefile.in 1.4 1.5 +1 -0 wine/dlls/ole32/tests/.cvsignore 1.51 1.52 +3 -0 wine/dlls/ole32/compobj_private.h 1.151 1.152 +104 -90 wine/dlls/ole32/compobj.c Added 1.1 +0 -0 wine/dlls/ole32/tests/compobj.c