ChangeSet ID: 13718 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/09 14:23:20
Modified files: include : shobjidl.idl shobjidl.h objidl.idl objidl.h objbase.h Makefile.in dlls/olecli : olecli_main.c olecli16.c dlls/ole32/tests: propvariant.c dlls/ole32 : ole2.c Added files: include : propidl.idl propidl.h
Log message: Francois Gouget fgouget@free.fr Move the PROPVARIANT declaration from objidl.idl to propidl.idl. Move related API declarations from individual C files to propidl.idl. Remove uneeded include of propidl.h in the propvariant.c test.
Patch: http://cvs.winehq.org/patch.py?id=13718
Old revision New revision Changes Path 1.3 1.4 +1 -1 wine/include/shobjidl.idl 1.6 1.7 +1 -0 wine/include/shobjidl.h 1.7 1.8 +3 -286 wine/include/objidl.idl 1.24 1.25 +0 -940 wine/include/objidl.h 1.46 1.47 +2 -0 wine/include/objbase.h 1.139 1.140 +1 -0 wine/include/Makefile.in 1.17 1.18 +43 -43 wine/dlls/olecli/olecli_main.c 1.3 1.4 +42 -42 wine/dlls/olecli/olecli16.c 1.3 1.4 +0 -4 wine/dlls/ole32/tests/propvariant.c 1.54 1.55 +0 -2 wine/dlls/ole32/ole2.c Added 1.1 +0 -0 wine/include/propidl.idl Added 1.1 +0 -0 wine/include/propidl.h