Shortened __ext name for ClientPrefs to avoid hitting symbol limit (bug 4839).
This commit is contained in:
parent
c02c4c6d6a
commit
b9f82332c8
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user