=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: strmbase: Remove unused macro.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 23 09:04:43 CST 2015


Module: wine
Branch: master
Commit: 72eefcb5c0a9d9c19407a279afc5810116ae78b0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=72eefcb5c0a9d9c19407a279afc5810116ae78b0

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Feb 21 14:58:31 2015 +0100

strmbase: Remove unused macro.

---

 dlls/strmbase/dllfunc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/strmbase/dllfunc.c b/dlls/strmbase/dllfunc.c
index 61ec283..195a409 100644
--- a/dlls/strmbase/dllfunc.c
+++ b/dlls/strmbase/dllfunc.c
@@ -51,7 +51,6 @@ static LONG server_locks = 0;
 /*
  * defines and constants
  */
-#define MAX_KEY_LEN  260
 
 static const WCHAR clsid_keyname[] = {'C','L','S','I','D',0 };
 static const WCHAR ips32_keyname[] = {'I','n','P','r','o','c','S','e','r','v','e','r','3','2',0};




More information about the wine-cvs mailing list