diff --git a/TGServiceInterface/ServiceBridge.cs b/TGServiceInterface/ServiceBridge.cs index 099ec05dad..764250ea36 100644 --- a/TGServiceInterface/ServiceBridge.cs +++ b/TGServiceInterface/ServiceBridge.cs @@ -30,7 +30,7 @@ namespace TGServiceInterface /// The proc that DD calls to access /// /// The arguments passed - /// 0 success, -1 on a WCF, error, 1 on an operation error + /// 0 [DllExport("DDEntryPoint", CallingConvention = CallingConvention.Cdecl)] public static int DDEntryPoint(int argc, [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.LPStr, SizeParamIndex = 0)]string[] args) {