Alistair Leslie-Hughes : include: Add threading attribute to MSDAINITIALIZE .
Module: wine Branch: master Commit: be246e31e28c171adf5cdadefe98675e7f240bd1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=be246e31e28c171adf5cdadefe... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Wed Oct 3 16:00:28 2012 +1000 include: Add threading attribute to MSDAINITIALIZE. --- include/msdasc.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/msdasc.idl b/include/msdasc.idl index ca879e8..16d2372 100644 --- a/include/msdasc.idl +++ b/include/msdasc.idl @@ -63,6 +63,7 @@ library MSDASC [ uuid(2206CDB0-19C1-11D1-89E0-00C04FD7A829), + threading(both), progid("MSDASC.MSDAINITIALIZE.1"), vi_progid("MSDASC.MSDAINITIALIZE"), ]
participants (1)
-
Alexandre Julliard