From b82d8c9928f7a39dbc552f99e1128e736d050622 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 3 Jun 2005 07:03:26 +0000 Subject: r7212: Disambiguate dummy functions to avoid linker problemos. (This used to be commit 61537301a3c2c93346d874132dd50a83f10b6fe9) --- source4/librpc/idl/winstation.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/winstation.idl') diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl index 5539cff04b..64860db717 100644 --- a/source4/librpc/idl/winstation.idl +++ b/source4/librpc/idl/winstation.idl @@ -11,5 +11,5 @@ helpstring("Terminal Services remote management") ] interface winstation { - void foo(); + void winstation_foo(); } -- cgit