windows-nt/Source/XPSP1/NT/shell/ext/ratings/common/initstr.cpp
2020-09-26 16:20:57 +08:00

20 lines
475 B
C++

/*****************************************************************/
/** Microsoft Internet Explorer **/
/** Copyright (C) Microsoft Corp., 1997 **/
/*****************************************************************/
/* INITSTR -- Initialize string library
*
* History:
* 08/11/97 gregj Created
*/
#include "npcommon.h"
BOOL fDBCSEnabled = FALSE;
void WINAPI InitStringLibrary(void)
{
::fDBCSEnabled = ::GetSystemMetrics(SM_DBCSENABLED);
}