Shortened __ext name for ClientPrefs to avoid hitting symbol limit (bug 4839).

This commit is contained in:
Nicholas Hastings 2011-04-15 02:06:50 -04:00
parent c02c4c6d6a
commit b9f82332c8

View File

@ -241,7 +241,7 @@ native GetClientCookieTime(client, Handle:cookie);
/** /**
* Do not edit below this line! * Do not edit below this line!
*/ */
public Extension:__ext_clientprefs = public Extension:__ext_cprefs =
{ {
name = "Client Preferences", name = "Client Preferences",
file = "clientprefs.ext", file = "clientprefs.ext",
@ -254,7 +254,7 @@ public Extension:__ext_clientprefs =
}; };
#if !defined REQUIRE_EXTENSIONS #if !defined REQUIRE_EXTENSIONS
public __ext_clientprefs_SetNTVOptional() public __ext_cprefs_SetNTVOptional()
{ {
MarkNativeAsOptional("RegClientCookie"); MarkNativeAsOptional("RegClientCookie");
MarkNativeAsOptional("FindClientCookie"); MarkNativeAsOptional("FindClientCookie");