~ubuntu-branches/ubuntu/edgy/wine/edgy-backports

« back to all changes in this revision

Viewing changes to dlls/ole32/stubmanager.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2006-09-14 14:39:06 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20060914143906-mvd49fm9tm5aeep9
Tags: 0.9.21-0ubuntu1
* New upstream version
* Changelog from Upstream:
  - OpenGL restructurations.
  - The usual assortment of MSI improvements.
  - Several Richedit fixes.
  - WCMD Winelib app renamed to CMD for compatibility.
  - Many improvements to the Wintrust DLL.
  - Some code cleanups.
  - Lots of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
};
740
740
 
741
741
/* starts the IRemUnknown listener for the current apartment */
742
 
HRESULT start_apartment_remote_unknown()
 
742
HRESULT start_apartment_remote_unknown(void)
743
743
{
744
744
    IRemUnknown *pRemUnknown;
745
745
    HRESULT hr = S_OK;