From e0639de6a0cb720cb6d825e17c1e7f9db3eb5110 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 15 Apr 2011 02:07:17 -0400 Subject: [PATCH] Shortened __ext name for ClientPrefs to avoid hitting symbol limit (bug 4839). --- plugins/include/clientprefs.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/clientprefs.inc b/plugins/include/clientprefs.inc index b052c24b..9f4faaa9 100644 --- a/plugins/include/clientprefs.inc +++ b/plugins/include/clientprefs.inc @@ -241,7 +241,7 @@ native GetClientCookieTime(client, Handle:cookie); /** * Do not edit below this line! */ -public Extension:__ext_clientprefs = +public Extension:__ext_cprefs = { name = "Client Preferences", file = "clientprefs.ext", @@ -254,7 +254,7 @@ public Extension:__ext_clientprefs = }; #if !defined REQUIRE_EXTENSIONS -public __ext_clientprefs_SetNTVOptional() +public __ext_cprefs_SetNTVOptional() { MarkNativeAsOptional("RegClientCookie"); MarkNativeAsOptional("FindClientCookie");