mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
build: arm target support
This commit is contained in:
+2
-1
@@ -3337,8 +3337,9 @@ const Tier1FullHTMLEntity_t g_Tier1_FullHTMLEntities[] =
|
||||
{ L'\u00FF', "ÿ", 6 },
|
||||
{ 0, NULL, 0 } // sentinel for end of array
|
||||
};
|
||||
#ifdef _WIN32
|
||||
#pragma warning( pop )
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
bool V_BasicHtmlEntityEncode( char *pDest, const int nDestSize, char const *pIn, const int nInSize, bool bPreserveWhitespace /*= false*/ )
|
||||
|
||||
Reference in New Issue
Block a user